firebase-js-sdk
firebase-js-sdk copied to clipboard
Add initializeServerApp() without args
Summary
This PR lets server-rendered apps call initializeServerApp() with no args. The existing (options, config) signature remains unchanged.
Motivation
initializeApp() already supports no-args init on the client.
Closes #8863
Changes
Added overload to allow initializeServerApp() without parameters.
🦋 Changeset detected
Latest commit: d50d0e1889873f1e9a59b61e3ef0d24861bf4802
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @firebase/app | Patch |
| @firebase/app-compat | Patch |
| firebase | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR