Skip to content

Add initializeServerApp() without args #8990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Davileal
Copy link

@Davileal Davileal commented May 1, 2025

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 Davileal requested review from a team as code owners May 1, 2025 14:50
Copy link

changeset-bot bot commented May 1, 2025

🦋 Changeset detected

Latest commit: d50d0e1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: initializeServerApp automatic initialization
1 participant