22,550 questions
1 vote
0 answers
24 views
Getting Firebase Auth custom claims in SSR application server-side
I want to get the custom claims for a user in a react-router app on the loader/action that run on the server. To do that, I am calling the User's method getIdTokenResult(false): const authIdToken = ...
0 votes
1 answer
57 views
Firebase Missing or invalid credentials
From firebase i tried to git push, the authentication screen opened after entering credentials its redirected to my local machine, but the terminal is waiting for code, I tried pasting the code from ...
-4 votes
0 answers
50 views
FireBase | Sign in with Google Concept | Ionic + Angular [closed]
I'm using Ionic v8 + angular v20 + capacitor v7 + @capgo/capacitor-social-login v7 + firebase v12 I'm trying to do sign in with google concept using Fire base but it is not woking When I click the ...
0 votes
1 answer
44 views
Flutter iOS WebView doesn’t trigger password-reset request when opened from second WebView (Android works fine)
I’m working on a Flutter app that integrates an external authentication system provided by another company. The login and password-reset flows are handled entirely inside a WebView (their backend + ...
0 votes
1 answer
72 views
TypeError: Cannot Read Property 'code' of undefined when using Google-sign in in Firebase [closed]
I keep getting: TypeError: Cannot Read Property 'code' of undefined Here is my code import React, {useEffect} from 'react'; import {View} from 'react-native'; import {GoogleSignin, ...
0 votes
1 answer
33 views
Firebase Functions v2 onCreate user [duplicate]
I can not for the life of me figure out why this is complaining. I was able to make an onCall function just fine (removed it here)... but when I make a firebase auth onCreate function, the get the ...
2 votes
2 answers
200 views
Flutter Google Sign-In [16] Account reauth failed on Android — need help troubleshooting
I’m trying to implement Google Sign-In in my Flutter app using google_sign_in: ^7.2.0 and Firebase Authentication, but I keep hitting the following error after selecting a Google account: ...
0 votes
0 answers
48 views
Can you bypass Safari popup when signing in with email link to Firebase on iOS with React Native?
I’m trying to get Firebase email link sign-in working smoothly on iOS. The link users get in their email comes from projectname.firebaseapp.com/__/auth/links?link=..., which then redirects to my ...
0 votes
0 answers
50 views
Persistent Firebase "auth/unauthorized-domain" error despite domain being correctly added in a dynamic environment
I'm developing a React web application using Firebase for authentication (Google Sign-In) and Firestore. I'm running into a persistent auth/unauthorized-domain error that I can't resolve, despite ...
0 votes
0 answers
64 views
Firebase signInWithRedirect always returns null after redirect
I am using Firebase Authenticatioin in my svelte app. I called getRedirectResult in onMount and if it returns null, then, I call signInWithRedirect and getRedirectResult again. I confirm that the page ...
2 votes
3 answers
133 views
Getting user properties from Firestore in Flutter app
I am trying to get several details from the collection "users" (eg, name, surname, nickname) stored in Firestore with the function getUserData() to pass them to other classes through the ...
0 votes
0 answers
88 views
Can't connect to firebase auth emulator
I successfully had the firebase auth emulator working a few days ago, but it has mysteriously stopped working. I get a generic network error when trying to authenticate with any platform. I am using a ...
0 votes
1 answer
81 views
How do I exchange a service account for a tenant encoded token
Using identity platform I'd like to exchange a service account for a tenant encoded token. I need to do this because our GitHub action needs to make use of our cli tool which requires sign in by a ...
0 votes
0 answers
109 views
Need help: "2 Unkown: Getting metadata from plugin failed with error: Could not refresh access token: Request failed with status code 500"
I have begun creating an application (Next.JS running on Firebase App Hosting) in Firebase Studio using Gemini and everything was working fine until now that I got a notification about "Client ...
0 votes
1 answer
167 views
Is it possible to get Google Calendar API access token directly from Firebase GoogleAuthProvider?
I'm using Firebase Authentication to log in users with Google in my web app. I want to access Google Calendar API on behalf of the user. Currently, Firebase gives me a Firebase ID token and a ...