Skip to content
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

Fix Issue #6382 Firebase not working for NextJs >=v13.5.0 #6383

Closed
wants to merge 1 commit into from

Conversation

Ferido07
Copy link
Contributor

Fixes #6382

Due to braking changes on the signature of loadConfig (https://github.com/vercel/next.js/blob/d96e0258de2caf34e9322d0d32ab5748533c4465/packages/next/src/server/config.ts#L784) Firebase does not deploy correctly.

Description

Scenarios Tested

Sample Commands

@google-cla
Copy link

google-cla bot commented Sep 20, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (67f7480) 54.69% compared to head (b513b29) 54.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6383   +/-   ##
=======================================
  Coverage   54.69%   54.70%           
=======================================
  Files         346      346           
  Lines       23670    23670           
  Branches     4870     4870           
=======================================
+ Hits        12946    12948    +2     
+ Misses       9531     9529    -2     
  Partials     1193     1193           
Files Changed Coverage Δ
src/frameworks/next/index.ts 14.06% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

Firebase tools doesn't deploy NextJs web framework for NextJs >=13.5.0
4 participants