You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the build fails if you do not set a real api key in env. That is probably because the firebase app is initialized in the module root, and not lazily whenever it is about to be used.
Not sure yet if this is worth solving, but can give it a try…