-
Notifications
You must be signed in to change notification settings - Fork 986
Description
Operating System
Windows 10, Apple Mac M2, Kali Linux, Arch Linux
Environment (if applicable)
Chrome 129, Firefox 130
Firebase SDK Version
10.13.2
Firebase SDK Product(s)
Auth, Firestore
Project Tooling
Next App with next-auth@beta with jwt strategy
Detailed Problem Description
I am signin with firebase using email and password. Then signin with next-auth@beta in next@14.2.13. It is produces in some browsers in the different Operating Systems. I run with firebase auth before send to request using
before
firebaseAuth.setPersistence(auth.browserLocalPersistence)
inside then method
signInWithEmailAndPassword(firebaseAuth, email, password)
Steps and code to reproduce issue
in Arch linux - using Firefox 130 and Chrome 129 all works fine.
in Kali linux - using Firefox-esr and Chrome 129 - both of fails.
in Window 10 - using Firefox 130 and Chrome 129 - both of fails
in Apple M2 - using Chrome 129 works fine, using Firefox 130 fails.
Note: I am only loggedin with chrome with all os variants. But I dont think That reason occurs my plugins.
Sometimes( When browser very first starts works in firefox, then refresh it stops the working)