FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
Browser version: Microsoft Edge (Version 118.0.2088.57)
Firebase UI version: 6.1.0
Firebase SDK version: 10.5.0
[REQUIRED] Describe the problem
I am trying to use Firebase web UI for my application with Next.JS 13.5.6 but it seems like Firebase UI does not work well with the 13.5 version onwards. When I am trying to sign in, it completes but nothing happens. I am redirected nor the signInSuccessWithAuthResult callback is run. I also checked if there was an error with the signInFailure callback but it was clean.
When I downgraded the Next JS version below 13.5 everything seemed to work fine. But I want to run it with the latest version.
Steps to reproduce:
Create a new Next.Js 13.5 application.
Creating a new Firebase project and initializing app in the utils Firebase file.
Hi, thanks for raising the issue, I had some trouble reproducing the bug using Firebse SDK v10.7.0, could you try updating the SDK version and screenshot the error message?
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
I am trying to use Firebase web UI for my application with Next.JS 13.5.6 but it seems like Firebase UI does not work well with the 13.5 version onwards. When I am trying to sign in, it completes but nothing happens. I am redirected nor the signInSuccessWithAuthResult callback is run. I also checked if there was an error with the signInFailure callback but it was clean.
When I downgraded the Next JS version below 13.5 everything seemed to work fine. But I want to run it with the latest version.
Steps to reproduce:
Relevant Code: