Javascript – <function name> error: FirebaseError: Firebase: No Firebase App '[DEFAULT]' has been created – call initializeApp() first (app/no-app)
I am building a web app using firebase local emulation. I have firebase authentication working but I'm getting errors that don't make sense when trying to query my database. Here is the relevant testing code: import { initializeApp, getApps }…