This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Open
Description
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.