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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
initializeApp() should throw something like JsNotLoadedError when the wrapped JS functions and objects aren't available.
For example, when using the web app offline, firebase.js won't be loaded, and initializeApp() will die horribly with a null pointer exception, thus taking the whole app down.
The text was updated successfully, but these errors were encountered:
Hey @kevmoo any updates on this one? We're implementing web support on FlutterFire and currently we're having to do hard try-catch blocks on the error, e.g:
initializeApp()
should throw something likeJsNotLoadedError
when the wrapped JS functions and objects aren't available.For example, when using the web app offline, firebase.js won't be loaded, and
initializeApp()
will die horribly with a null pointer exception, thus taking the whole app down.The text was updated successfully, but these errors were encountered: