Skip to main content

Questions tagged [firebase-authentication]

Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.

firebase-authentication
0 votes
0 answers
16 views

Firebase Auth - SignIn with Google success even if accessToken is invalid

I have a question about the Google SSO and FirebaseAuth library. I have this code class GoogleAuthService { func signIn(completion: @escaping (Error?) -> Void) { guard let ...
Petr Jelínek's user avatar
0 votes
1 answer
27 views

Flutter - combine Navigator pop and pushNamed

I want to add a simple feature in my flutter app : Future<dynamic> showTextFieldDialog(BuildContext context) { return showDialog( context: context, builder: (BuildContext ...
leuji's user avatar
  • 81
0 votes
0 answers
27 views

Firebase Authentication with Cloud Functions Fails: "The request was not authenticated"

I am developing a React application that needs to call a python Google Cloud Function get2 secured by Firebase Authentication. However, when I try to invoke the Cloud Function, I receive an error ...
DarioB's user avatar
  • 1,545
0 votes
0 answers
17 views

Firebase: How do you notify the client app from auth.user().onCreate() cloud function?

TL;DR: Is there a way to notify the client (send a response with payload) from the auth.user().onCreate() cloud function? I'm trying to implement (what I thought would be) a simple 'sign-up' flow. ...
pax's user avatar
  • 1,785
1 vote
0 answers
19 views

I am working on multiple flutter projects. Each one has a seperate firebase account [duplicate]

Now I always have to logout from one account and login to other via the cli to access its functions. Is there some way through which each project in my vs code has its respective firebase login? So ...
Pratham Dave's user avatar
0 votes
0 answers
27 views

Firebase Multi-Factor Authentication Suddenly Failing with 500 Internal Server Error in Flutter App

I've been using Firebase Authentication with Multi-Factor Authentication (MFA) in my Flutter app (web) without issues for the past 6 months. Recently, I started encountering a 500 Internal Server ...
rkris26's user avatar
  • 407
0 votes
0 answers
22 views

Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024, Flutter - Firebase

I am using firebase phone authentication with otp, but i can't login to my app due to this: Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June ...
22UME106 AMAN KUMAR's user avatar
0 votes
1 answer
30 views

Argument of type 'string' is not assignable to parameter of type 'Auth'

Am trying to do phone auth in firebase nextjs but getting typescript error as Argument of type 'string' is not assignable to parameter of type 'Auth'. the following is the firebase config file where i ...
hari babu's user avatar
0 votes
0 answers
61 views

I am unable to implement Sign in with Google (Firebase) for Android with Flutter

Exception has occurred. PlatformException (PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)) Sign in with google is working as expected with iOS The ...
Gurmay Malvai's user avatar
0 votes
0 answers
16 views

403 Forbidden Errors in Chrome Extension with Firestore

I'm currently developing a Chrome extension with an associated dashboard, both utilizing Firebase for authentication and Firestore for data storage. I've run into an issue where Firestore data ...
amine's user avatar
  • 33
0 votes
0 answers
19 views

How to refresh access token acquired from Firebase linked provider

How to refresh expired access token of microsoft provider which I am getting using microsoftUserCredential?.user?.refreshToken, I tried extracting refresh tokens as shown in below code and sending ...
user3930098's user avatar
0 votes
0 answers
15 views

phone authorization and disable reCAPTCHA in firebase phone registration with otp sms [closed]

we are developing an iOS app with the Firebase backend services, using cloud functions. we are trying to perform some register process in which the user enters the phone number and then gets an OTP ...
SAzr's user avatar
  • 1
-1 votes
0 answers
12 views

How does Firebase App Check manage the key pair, attestation and tokens?

According to Establishing your app’s integrity from Apple, the app needs to generate a key pair and Store the keyId in persistent storage. My questions: (1) When does the app client create the key ...
user14341201's user avatar
0 votes
0 answers
15 views

Apple Sign In is telling me the given provider isn't enabled but it is

Trying to add Sign In With Apple support to a web app. It works using the firebase emulator suite but when using real firebase I'm getting the following error from signInWithPopup() even though I have ...
patrick_corrigan's user avatar
0 votes
0 answers
19 views

Determine if user signed up with login link or with pasword [closed]

Does Firebase Admin expose the information if a user has signup using a Login Link or using email and password? For example, if a user has previously signed up using a login link but forgot about it ...
Jonas's user avatar
  • 7,574

15 30 50 per page
1
2 3 4 5
1491