This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Documentation for connecting a Flutter web app to Firebase Emulator UI? #324
Open
Description
I put a question to Stack Overflow about this, but I'm either so confused that the question meaningless or I'm the only person struggling with this. (I'm guessing the former is true.)
When I run the emulators (firebase emulators:start
), the hosted app is using the production Firestore database and, as far as I can determine from the Emulator UI logs, the deployed cloud functions.
When I use Postman to trigger an emulated http function, it is pointing to the emulated db, so that seems to be working as expected.
How do I set this up so that if the emulators are running the locally hosted app works with the emulated db instead of production?