Setup
To install the dependencies for this sample run npm install
inside this directory.
You will also need the Firebase CLI.
To install the dependencies for this sample run npm install
inside this directory.
You will also need the Firebase CLI.
First start the emulators:
firebase --project=fakeproject emulators:start
Next visit http://localhost:5000
in your browser and you should see a
very barebones chat app powered by the Cloud Firestore and Firebase
Authentication emulators. Try adding some messages and then click the link
at the bottom of the UI to view the messages in the Emulator UI.