snippets-web
snippets-web copied to clipboard
Snippet not correct, missing initializeApp()
Hi, this snippet: https://github.com/firebase/snippets-web/blob/e2a9d336d42add89bc3f504e4143300adea25685/snippets/functions-next/emulator-suite/fb_functions_emulator_connect.js#L8-L12 brings the error line 11:
No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp() (app/no-app).
is it normal? cause it is indeed fixed if the function is added it works