Firebase Auth get current user password
I want to get the password of the current user that is login so i can rewrite his password written in firestore, my app is about dementia patient so i need to store password in firestore so the one managing…
I want to get the password of the current user that is login so i can rewrite his password written in firestore, my app is about dementia patient so i need to store password in firestore so the one managing…
I have the following code. The idea is that it will create a record in the groups collection. If successful, then it should create a record in a different collection - the groups_UID collection. Is this the correct way to…
I've been trying to implement a rudimentary follower feed system using firestore in my swift app. I've got firestore set up with three top level collections: Users, Reviews, and Comments. I wish to populate my feed with the most recent…
static CollectionReference doses = FirebaseFirestore.instance.collection('Doses'); void setDoseDetails( TextEditingController endController, TextEditingController startController, TextEditingController doseController, int noPills, int doseRep) { var dose = doses.where('userID', isEqualTo: Auth().uID).get() as DocumentSnapshot; Map<String, dynamic> userData = dose as Map<String, dynamic>; endController.text = userData['endDate']; startController.text = userData['startDate'];…
Why i can't access the firebase hosted site with the www prefix if I remove www From there it works. Check this demo site :-- https://www.fir-demo-project.web.app : Not working ❎ https://fir-demo-project.web.app : Working ✅
I have created a signup form using and odne authentiaction using firebase. I works fine normally. But when i enter the email address that i already been used for sign up, then the default firebase error pop-up saying something like…
I want to create a profil page where I just display informations from the user, but I have trouble to reach the data. When I want to use my variable user it display 'Instance of Future<Map<String, dynamic>>' If I put…
I am using firebase storage for saving images, when I retrieve them on application, files are not sorting alphabetically. Firebase sorting files by date time, first upload showing on first then second. I have a lot of files and cannot…
"I'm trying to view the body data in a Firebase Functions POST request, but the console always returns "undefined" in the Firebase function logs! Question: How can I view the body data in a Firebase function to use it? Request…
I want to add my flutter IOS app into my firebase project. After running these commands consecutively, flutter clean flutter packages upgrade dart pub global activate flutterfire_cli flutterfire configure --project=firebase_project_name I keep getting the following error in my firebase-debug.log: [info]…