firebase-js-sdk icon indicating copy to clipboard operation
firebase-js-sdk copied to clipboard

Add initializeServerApp() without args

Open Davileal opened this issue 7 months ago • 1 comments

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.

Davileal avatar May 01 '25 14:05 Davileal

🦋 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

changeset-bot[bot] avatar May 01 '25 14:05 changeset-bot[bot]