You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using auth.verifyIdToken with a token from the auth emulator firebaseAuthAdminException: auth/argument-error: Firebase ID token has invalid signature. See https://firebase.google.com/docs/auth/admin/verify-id-tokens for details on how to retrieve an ID token..
Expected behavior
When using an emulator token auth should skip the signature check correctly.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
auth.verifyIdToken
with a token from the auth emulatorfirebaseAuthAdminException: auth/argument-error: Firebase ID token has invalid signature. See https://firebase.google.com/docs/auth/admin/verify-id-tokens for details on how to retrieve an ID token.
.Expected behavior
When using an emulator token auth should skip the signature check correctly.
The text was updated successfully, but these errors were encountered: