Skip to main content
0 votes
2 answers
120 views

I have a Laravel backend that I'm using for my Flutter app on android and iOS. I'm using Firebase for auth, and the token lives for about an hour. The problem I have right now is that you need to be ...
Christoffer's user avatar
  • 7,846
1 vote
1 answer
92 views

I'm working on a Kotlin Multiplatform (KMP) project and I'm trying to implement a Firebase Authentication DataSource inside androidMain. Even after adding the Firebase dependencies, the compiler ...
npplor's user avatar
  • 13
-2 votes
0 answers
83 views

Is it possible to enable Firebase Authentication and add providers like Google, Apple, email auth using CLI? This is important for agentic workflow. This is the only blocker to agent to completely ...
TSR's user avatar
  • 21.6k
-3 votes
0 answers
71 views

Firebase Phone Authentication in Flutter Web. reCAPTCHA Enterprise verification fails and falls back to v2, which also fails. Failed to verify with reCAPTCHA Enterprise. Automatically triggering the ...
Ruth Hari's user avatar
0 votes
1 answer
94 views

I have an Angular application hosted in Firebase, and I am currently using Google as a sign-in provider. The actual authentication logic works fine when I use the default Firebase authDomain (https://...
Sean Cogan's user avatar
  • 2,588
Best practices
0 votes
0 replies
92 views

I am looking to implement an efficient and secure solution to manage authentication persistence in a mobile application, while also allowing the use of biometrics to simplify user re-authentication. ...
julien's user avatar
  • 1
0 votes
0 answers
58 views

I'm Getting The Error Below on Both real Device and Simulator that the app is not authorized to use Firebase Authentication. The correct package name, SHA-1, and SHA-256 are configured in the Firebase ...
Oletech's user avatar
  • 31
1 vote
1 answer
336 views

I have a Flutter app that uses Firebase Authentication with Google Sign-In. The app works perfectly on my local device and emulator, but when I submitted it to Google Play Console, the app was ...
Mian Faseeh's user avatar
2 votes
0 answers
69 views

I am trying to use firebase Oauth Microsoft Authentication in my expo-dev-client with react-native. no typescript. I keep on getting issues where there is an unmatched route and a long hash that ...
cloudp7's user avatar
  • 33
0 votes
0 answers
101 views

I recently upgraded a React Native app from expo 49 to 54. The app uses firebase authentication. The app crahes without any error message in the console. It only shows the error on the screen. Here is ...
Bello Shehu's user avatar
1 vote
1 answer
139 views

I am working on setting up Firebase and Authentication using the Admin SDK library. Initially I set the FIREBASE_CONFIG env variable and resulted in Error getting Auth client: google: could not find ...
cup's user avatar
  • 25
0 votes
1 answer
101 views

I'm trying to build a phone number OTP verification system using Firebase and Android Studio using Java. I've set up the things in Firebase, the SHA-1 and SHA-256, and the phone sign-in method is ...
Yoad Kalif's user avatar
0 votes
0 answers
99 views

I have a Flutter application which uses Firebase anonymous auth and Realtime Database. On app startup, it should automatically log in, check some settings (working hours) and navigate to the next ...
galaxyfreak's user avatar
0 votes
1 answer
98 views

I'm creating a Login page for my Chocolate Shop Personal project but I'm trying to get it working with Firebase in which I've connected it to. However, I should be getting either an error logging in ...
Jonathan Cabrera's user avatar
0 votes
1 answer
68 views

I was wondering what would be a solid flow to prevent multiple Firebase anonymous users from being created on a single device. We currently use the following API to create an anonymous user: Auth.auth(...
Cheok Yan Cheng's user avatar

15 30 50 per page
1
2 3 4 5
1499