Skip to main content

All Questions

0 votes
0 answers
13 views

com.google.firebase.auth.FirebaseAuthInvalidCredentialsException: The sms code has expired. Please re-send the verification code to try again

I am building a simple authentication app that authenticates the users through email/password and then through Phone. The layout is simple - User logs in with email/password in Login Activity and is ...
Sourav_039_CSE's user avatar
0 votes
0 answers
19 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
1 answer
32 views

Does the photoURL property of FIrebase Auth user object update in realtime over multiple devices?

I have developed an app in Flutter with Firebase auth. I store profile images for each user in Firebase Storage. The 'photoURL' property of the user object points to an image from Firebase Storage ...
Sephin's user avatar
  • 3
0 votes
1 answer
33 views

Firebase functions emulator get actor user information

I need to construct specific linked documents when Firestore object is created, and I need to know who created the specific document. Based on documentation I should be able to use ...
pjotr_dolphin's user avatar
0 votes
0 answers
23 views

Firestore Error: Document Not Found Despite Read Permissions

I'm facing an issue with Firestore in my Flutter application. I'm trying to access a document in my "users" collection using the recipient's userID, but I keep getting an error [...
Whirley Paul's user avatar
0 votes
0 answers
31 views

Firebase (Phone Auth) Getting iOS error: NativeFirebaseError: [auth/invalid-app-credential] Invalid token

Issue with Sign-In Using Phone Number on Physical Device and Production in React Native Firebase Problem The sign-in with phone number works on the iOS simulator, but it stops working in production or ...
Andrew's user avatar
  • 1
0 votes
0 answers
27 views

firebase error after updating to manifest version 3 in chrome extension

Changed the manifest.json file version to 3 from 2 and the email login using firebase started to break showing the below errors I tried to add path of firebase-app.js, firebase-auth.js and firebase-...
nikhil babu's user avatar
0 votes
0 answers
19 views

why data is not being retrieved from firestore

const HandleReadData = async () => { let url = "[email protected]" const q = query(collection(db, url)); const querySnapshot = await getDocs(q) let todosArray = [] ...
W ʌɱɩc's user avatar
0 votes
0 answers
34 views

Firebase Authentication - Accessing Documents in Collections (firestore)

I am following an outdated youtube tutorial, so I have been using documentation to update parts of the code. I added data manually into firestore in the firebase console, and when I try to access the ...
Maddy Young's user avatar
0 votes
1 answer
19 views

Secure Firestore credentials for a desktop app

I am creating a desktop application using python and firebase. In this app I wanted to use Firestore Database and store all the data, but, that is possible by giving the path to the privatekey.json ...
l3gi0n's user avatar
  • 1
0 votes
1 answer
38 views

How do I get a confirmation when the email is updated so that I can save the new email into Firebase Firestore?

I am updating my current login email using verifyBeforeUpdateEmail() function from firebase authentication, which successfully updates the email (in the Authentication) upon user verification of the ...
M99Coder's user avatar
0 votes
1 answer
37 views

Unable to build in iOS when using `cloud_firestore` in flutter project

My flutter project was working perfectly fine before adding cloud_firebase to pubspec.yaml. My firebase versions are firebase_core: ^2.32.0 firebase_auth: ^4.20.0 cloud_firestore: ^4.17.5 ...
dead_ninja's user avatar
0 votes
1 answer
39 views

Firebase createUserWithEmailAndPassword does not create additional data fields in collection

In my IOS signup page, I am using the following code: firebaseConfig.auth().createUserWithEmailAndPassword(email.value, password.value) .then(id => { if (id) { ...
Paul VI's user avatar
  • 551
0 votes
1 answer
28 views

adding Hard-Coded Users to Firestore in React Native Firebase"

I'm developing a React Native application that requires pre-populating Cloud Firestore with user data obtained after authentication. The user flow involves first going through authentication to create ...
Nadav Imergreen's user avatar
0 votes
0 answers
28 views

login function not working and user details not storing local storage

login.html for the below js //login.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content=&...
John Wick's user avatar

15 30 50 per page
1
2 3 4 5
115