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
Add Env Override Global Variable forceEnvironment (#6901)
* Add forceEnvironment and check value in isNode
* Update API reports
* Add tests for environment package
* Update tests and remove console.log
* Add changeset
* Remove old changeset and update it with a new one
* Update jsdoc
* Move getGlobal into separate file to remove circular dep
Allow users to specify their environment as `node` or `browser` to override Firebase's runtime environment detection and force the SDK to act as if it were in the respective environment.
// Warning: (ae-missing-release-tag) "FirebaseError" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments