Summary
The Firebase Local Emulator Suite is a set of tools for developers to build and test apps locally using Cloud Firestore, Realtime Database, Cloud Storage for Firebase, Authentication, Firebase Hosting, Cloud Functions (beta), Pub/Sub (beta), and Firebase Extensions (beta).
1
This tutorial provides step-by-step instructions on how to set up and use the Firebase Local Emulator Suite to create, test, and deploy two related functions for Cloud Functions.
2
It explains how to install Node.js and the Firebase CLI, initialize the project, import the required modules, and initialize an admin app instance. It also provides tips on how to use the Firebase Local Emulator Suite to test background triggers interactively.
2
According to