Firebase Cloud Functions Local Test
This article is about testing Firebase Cloud Functions on your local machine. Setting up the local testing environment is as easy as deploying Cloud Functions.
This article is about testing Firebase Cloud Functions on your local machine. Setting up the local testing environment is as easy as deploying Cloud Functions.
Firebase is a great tool for sending push messages. This is an example of simple serverless integration of push messages on Cloud Functions. We will use Firestore for the DB over Realtime Database this time.