[Technical Questions] Firebase (Firestore) Emulator Suddenly Failing #137
Unanswered
Calvin-Xu
asked this question in
Technical Questions
Replies: 1 comment 2 replies
-
Thank you for reach out out @Calvin-Xu; have you tried uninstalling it completely and re-installing it using homebrew? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
Firebase functionality in the app is suddenly not working for either me (it has been working for the past weeks) or Shamit (just set up and confirmed all working last week). Reverting to earlier commits did not solve this. The main error messages we get are:
We use
--useFirebaseEmulator
. A representativefirebase-debug.log
entry (on my machine) is as below, showing Java error and stacktrace:Reproduction
Run
firebase emulators:start
Start the Feedbridge app and attempt operations that use Firestore.
Expected behavior
All operations work correctly as in our previous live demos.
Additional context
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions