Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
20 views

I'm using Firebase studio to generate a small app, with Google Auth enabled. The app shows up fine, but when trying to use the Google Auth, like this: async function logInWithGoogle(auth: Auth) { ...
Bart Friederichs's user avatar
0 votes
0 answers
36 views

In the past few weeks something apparently has changed with xcode/Apple which is causing our iOS regression tests to hang on authentication using Firebase. Googling the interleaved log error Error ...
bias's user avatar
  • 1,466
1 vote
0 answers
37 views

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 = ...
jigjig's user avatar
  • 11
0 votes
1 answer
49 views

I have a frontend and a separate backend project. We use our own authentication system, and Firebase is used only for Google Sign-In. The flow is: Frontend uses Firebase to sign in with Google (popup)...
Dmytro Yurin's user avatar
0 votes
1 answer
63 views

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 ...
Babu Ramasamy's user avatar
-4 votes
0 answers
57 views

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 ...
Kathiravan S's user avatar
0 votes
1 answer
45 views

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 + ...
Patrick Schwarz's user avatar
0 votes
1 answer
36 views

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 ...
letsCode's user avatar
  • 3,106
2 votes
3 answers
268 views

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: ...
Axel Bergvall's user avatar
0 votes
0 answers
48 views

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 ...
Sindhu Satyanarayanan's user avatar
0 votes
0 answers
52 views

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 ...
Sebastiano Sardo's user avatar
0 votes
0 answers
65 views

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 ...
Jamil's user avatar
  • 3
2 votes
3 answers
134 views

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 ...
Gery's user avatar
  • 9,255
0 votes
0 answers
92 views

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 ...
tim_d's user avatar
  • 133
0 votes
1 answer
83 views

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 ...
anonymous-dev's user avatar
0 votes
0 answers
114 views

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 ...
Mikail Eryilmaz's user avatar
0 votes
1 answer
170 views

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 ...
sophiie's user avatar
1 vote
0 answers
77 views

I’m getting a crash and can’t seem to find any clear solution online. My Flutter app uses Firebase Auth (along with Firebase Core and Storage), and everything works fine on some Windows devices, but ...
Ali Akbar's user avatar
1 vote
1 answer
106 views

Problem: I’m using GoRouter with a GoRouterRefreshStream that listens to my AuthCubit.stream (Cubit emits states like Authenticated, UnAuthenticated, etc.). Everything works fine when logging in or ...
Jelon's user avatar
  • 12
0 votes
1 answer
60 views

My React Native app (Android and iOS) uses Firebase Email Sign In links for authentication. The app is configured to handle links that begin with a Custom Domain, which is registered and hosted by ...
Brad Stiff's user avatar
1 vote
0 answers
71 views

I am using Firebase Authentication blocking functions (Gen-2) with Cloud Run services for: • beforeUserCreated • beforeUserSignedIn Problem When Cloud Run security is set to Require authentication ...
M4trix Dev's user avatar
  • 2,354
0 votes
1 answer
76 views

14 Reads After the Login: Query Insight at the time of Log In: I am using basic email-password && google sign-in in my app. no other module yet. In my users collection there are only 3 ...
Sheikh Zamin's user avatar
0 votes
1 answer
52 views

I’m building a web app where users sign in with a Firebase Authentication custom token. The token has claims like this: { "iss": "------", "sub": "------", ...
Vishwesh Jainkuniya's user avatar
0 votes
0 answers
81 views

I am developing an app in nextJS using next-auth for authentication. So far I only have Google as provider. The app is hosted using firebase hosting. Running the app in localhost works fine, but when ...
martin's user avatar
  • 40
0 votes
1 answer
69 views

I am building an app in react native expo using a custom development build When i try to send a code it says Failed to send SMS: Firebase: Error (auth/argument-error) import { linkWithCredential, ...
Neil Adrian J. Lugue's user avatar
2 votes
1 answer
62 views

I have existing playstore and appstore app builds in using native android kotlin and native ios swift. And then now i want to migrate those into flutter. Does the existing logged in/authenticated user ...
Victor Ang's user avatar
0 votes
1 answer
127 views

I'm developing a Flutter app using Firebase Auth, and I'm experiencing a persistent issue where users get logged out every time they close the app completely (kill from recent apps) and reopen it. The ...
iimadouu's user avatar
1 vote
0 answers
109 views

I have firebase authentication with email/password sign-in. Normally it is working just fine when we make the call await user.sendEmailVerification(); and it sends the email using the template in the ...
usoysal's user avatar
  • 31
3 votes
0 answers
128 views

I'm using Firebase Authentication in a Flutter app. On iOS everything works perfectly — once a user logs in, they're remembered and automatically authenticated on every app launch. On Android, however,...
rkris26's user avatar
  • 457
0 votes
2 answers
153 views

I am building an authentication system for my app (NestJS backend + Firebase for auth). The app will support three sign-in methods: Email/Password Google Sign-In Apple Sign-In My question is about ...
Cihat Şaman's user avatar
  • 5,174
0 votes
0 answers
27 views

I’m implementing login with Firebase Authentication (React + Firebase). Here’s the flow: If the user enters an invalid email or password, I want to show a proper error message. If the user doesn’t ...
Mehul Nawal's user avatar
1 vote
0 answers
86 views

I have a problem where if the app (in debug mode) is either freshly opened or freshly installed. If I try to sign in with my provider, it opens the external browser (chrome for example) and it doesn't ...
Astral's user avatar
  • 11
0 votes
0 answers
47 views

I specified the deployment region of all my v1 CFs to be europe-west1 import * as functions from "firebase-functions"; functions .region(environment.DEPLOYMENT_LOCATION) .runWith({ ...
Ibrahim Itani's user avatar
0 votes
0 answers
96 views

I'm experiencing a critical issue with my NextJS/Firebase application where approximately 40% of random user registrations result in "orphaned" users - users that exist in Firebase ...
mehmet's user avatar
  • 45
1 vote
0 answers
43 views

After replacing Firebase BOM version 33.1.2 we have started running into issues where authInstance.currentUser returns null although the user has logged in recently. In order to mitigate this, I've ...
Ana's user avatar
  • 159
0 votes
2 answers
62 views

I’m implementing Firebase Auth in a mobile health tracking app to allow Google/Apple login alongside existing email/password, plus anonymous usage for basic features. Context: The app helps users ...
Cihat Şaman's user avatar
  • 5,174
1 vote
0 answers
47 views

I have been using sendSignInLinkToEmail for Firebase Authentication to send link to login to email. Recently Dynamic Link URLs got deprecated. Hence I have switched to PROJECT_NAME.firbaseapp.com for ...
Shemil Hasan's user avatar
0 votes
0 answers
51 views

I have a Flutter app which accesses firestore data in a readonly way, and no user authentication is required for that data. There are some static information in firebase which can be updated without ...
nobody's user avatar
  • 218
0 votes
0 answers
59 views

I know nothing about code. I have been using the Firebase Console AI to help me build a website. I'm amazed it's working out to be honest, but I have hit a wall. For reasons specific to the app I am ...
The Outland Tavern's user avatar
0 votes
0 answers
57 views

Operating System Mac OS X >=10.15.7, Windows >=10 Environment (if applicable) Chrome, Safari, Firefox Firebase SDK Version ^12.1.0 Firebase SDK Product(s) Auth Project Tooling Next.js 14 with ...
Miles Low's user avatar
0 votes
0 answers
50 views

I've recently switched Firebase authentication from the namespaced API to the modular API, and while rebuilding my code I'm finding an issue with email verification. When a user signs up to the site I ...
Gerry's user avatar
  • 73
0 votes
1 answer
119 views

My Flutter app can sign in anonymously in debug but in release the call to signInAnonymously() throws a channel error: FirebaseAuthException: [firebase_auth/channel-error] "dev.flutter.pigeon....
Player91's user avatar
  • 153
1 vote
1 answer
65 views

In our app, We are using Firebase Auth Login ui and we have two options Sign in with Email and Sign in with Phone number. As we have to migrated to Android 15+, but android 15+ Action Bar overlapping ...
Tarun Sharma's user avatar
2 votes
0 answers
71 views

I'm using Firebase Phone Authentication in my web application. The authentication works perfectly with test numbers and other countries' phone numbers (tested with Egyptian numbers), but consistently ...
shima mahmoud's user avatar
6 votes
1 answer
236 views

I have a Firebase project with a mobile app (Flutter) that uses callable Cloud Functions. From the app, I invoke them with the Firebase SDK like this: const functions = firebase.functions(); const ...
HouseOfCode's user avatar
0 votes
0 answers
120 views

When I am trying to call a firebase cloud function from my react.js frontend using the onCall method, I am getting a 401 Error getting reply- User not authenticated error. I know this question has ...
anish's user avatar
  • 27
2 votes
1 answer
165 views

I'm developing an Android app using Firebase Authentication (email/password) with Jetpack Compose and Kotlin. The app stores user data locally in DataStore and sets a loggedIn flag to true after ...
Элина Дышекова's user avatar
2 votes
1 answer
466 views

I'm using React Native (iOS) and Firebase Phone Authentication. At one point, I enabled reCAPTCHA Enterprise from the Firebase Console via: Authentication -> Phone -> App verification -> ...
Nafees's user avatar
  • 1,062
0 votes
0 answers
105 views

I’m trying to implement Firebase Phone Authentication on iOS using silent APNs verification, so that users don’t have to deal with the fallback reCAPTCHA flow. Despite following all Firebase and Apple ...
Alexandr Čížek's user avatar
3 votes
1 answer
80 views

In my app, I use expo in order to have both my native app and website in the same codebase. I login using google auth via the signInWithPopup method from firebase/auth. I leave my computer for about a ...
Idan Rotbart's user avatar

1
2 3 4 5
451