Skip to content Skip to sidebar Skip to footer

Firebase Firestore Works With Real Database But Not Emulator

I'm using Firebase and have started trying to run a local development instance using the Firebase Emulators. I'm running v8.4.1 of Firebase Tools. When I'm running with the real Fi

Solution 1:

Turns out the issue was due to the current status of Firebase Tools. I had previously been using Firebase Tools with another project and had to run the use command for my current project that I was trying to use the emulators with:

firebase use project_name

Now everything works as expected.

Post a Comment for "Firebase Firestore Works With Real Database But Not Emulator"