Skip to main content
The 2024 Developer Survey results are live! See the results

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
15 views

firebase save old user

I don't really know how to describe the problem… First, I logged in with the email [email protected]. Then I logged out of the app and logged in with another email - [email protected]. After ...
anikev's user avatar
  • 1
0 votes
1 answer
26 views

Swift – Authenticate and simultaneously fetch user Id from Firebase

Very new to Swift and just following some tutorials I have a loginViewViewModel with a function to login a user. However, I also want to grab the uid from Firebase after .signIn and print to the ...
Samuel's user avatar
  • 5,871
0 votes
0 answers
14 views

Issue with authentication recaptcha token

I have an Angular website base where I'm just working on the whole authentication workflow using Firebase. The workflow I choose is to signup using email and then requesting the phone number to enable ...
vcliment89's user avatar
1 vote
0 answers
12 views

same uid anonymous writing to firebase from different browsers. What's going on?

I am writing to firebase, using "@angular/fire": "^18.0.1",. And it is the only firebase package in my .json file. I wait for UID. I only console log one uid. private auth: ...
Sam's user avatar
  • 134
0 votes
0 answers
13 views

firebase authentication stops working after navigating to a different page,

This one is really frustrating. I have implement firebase authentication in my Blazor Web App (.Net 8) specifying the popup sign-in flow . Everything works fine as long I stay on the very same page ...
Avrohom's user avatar
  • 692
0 votes
0 answers
10 views

Firebase Phone Authentication Error: Invalid PlayIntegrity Token and App Verification Issues in Development Mode

I'm developing an Android app that includes phone number sign-in and OTP verification using Firebase. The app is currently in development mode and has not been published on the Google Play Store. ...
Aashish Ace's user avatar
0 votes
2 answers
40 views

React and Firebase: Quota exceeded on the first day

So, I created this small app to practice with Firebase and on the first day I get "Quota exceeded" error. I'm pretty sure that I didn't send that much requests on my own, there must be ...
Akio's user avatar
  • 1
1 vote
0 answers
18 views

Redirecting to "Google.com" when trying to Google Login in React Native Expo App

This is what my app.config.js looks like. Both IOS and Android have different package names because my android app got suspended, and I had to rename it. I have a feeling It's because the bundle name ...
Hamaad Fahim's user avatar
0 votes
0 answers
12 views

Firebase Authentication and Storage: Error Accessing user.user.uid [duplicate]

I'm trying to create a user account and upload an image to Firebase Storage using Firebase Authentication and Firestore. However, I'm encountering an error when trying to access user.user.uid ,Here's ...
AbdulReman's user avatar
-1 votes
0 answers
17 views

How to only allow users with accounts to login to my app [duplicate]

I am very new to iOS coding and using firebase so sorry if this is a dumb question. I have an app that allows users to create accounts and save their info with firebase. A problem I face is that a ...
user26491948's user avatar
0 votes
0 answers
38 views

Firebase: Why is my email verification not being sent?

I am trying to sendEmailVerification using Firebase but it's failing. const handleSubmit = (e) => { e.preventDefault(); fetch("http://localhost:4000/auth/register", { method:...
JobHunter69's user avatar
  • 2,085
1 vote
0 answers
20 views

Error on verifying token with firebase app check token

im currently having this error, is like when checking token adds an extra '/project' at the beggining, and idk why. FirebaseAppCheckError: The provided App Check token has incorrect "aud" (...
Christian de Diego's user avatar
0 votes
0 answers
24 views

Firebase phone authentication [TypeError: Cannot read property 'prototype' of undefined] in React Native Expo

I'm facing a TypeError: Cannot read property 'prototype' of undefined error when trying to implement Firebase phone authentication in my React Native app after upgrading from Expo SDK 47 to SDK 51.: ...
pavankommi's user avatar
-1 votes
0 answers
20 views

Firebase API Key Not Valid Issu,[internal error has occurred. [ API key not valid. Please pass a valid API key. ] flutter]

I’m having an issue with Firebase where I keep getting the error: "An internal error has occurred. [ API key not valid. Please pass a valid API key. ]". Here’s what I’ve tried so far: ...
Planck's user avatar
  • 1
0 votes
0 answers
9 views

Limit Firebase Authentication to only allowing 1 domain [duplicate]

I am making an iOS app and want to make it so that only people with a certain domain (Ex: dog.com) can access the app. I have already coded it so that my app will only permit users with that domain to ...
user26491948's user avatar

15 30 50 per page
1
2 3 4 5
1493