firebase-authentication Questions
13
Solved
Ok so I get the following exception. No idea why it is happening. I have followed the guides how to set up auth for google account. I tried to search the google but no success of any solution for t...
Malik asked 13/12, 2016 at 14:59
2
Solved
I want to test an onCall function via firebase functions:shell as an authenticated usr
I’ve tried many of the combinations of calls from https://firebase.google.com/docs/functions/local-emulator#i...
Pebbly asked 11/9, 2018 at 19:2
6
Solved
The scenario:
I am building an app that allows the user to sign in using their Google account, it's worth noting that this is done using Firebase authentication.
The problem:
The user signs in p...
Hannus asked 3/1, 2018 at 21:14
6
Solved
I'm trying to retrieve the SHA-1 Fingerprint Certificate for my Flutter Project. This can usually be done going into the Gradle Panel on the right side in Android Studio and clicking on signingRepo...
Tessi asked 26/11, 2018 at 12:25
4
Solved
In my Flutter application, I'm using the go_router package to manage routes and Firebase Authentication for user authentication. I have several screens that require users to be authenticated to acc...
Polack asked 7/10, 2023 at 11:37
6
Solved
blank page after recaptcha verification Authenticate with Firebase on iOS using a Phone Number Swift
After recaptcha verification, page only returned blank. It did nothing to do next step.
Screen Shot
Autolithography asked 26/5, 2018 at 7:29
10
I want to check when a user attempts to signup with createUserWithEmailAndPassword() in Firebase user Authentication method, this user is already registered with my app.
Goggler asked 13/10, 2016 at 5:16
6
I am trying to add "Apple Sign In" to my Flutter iOS app using the apple_sign_in package.
The code is mostly working. My problem is that the call to _firebaseAuth.signInWithCredential(cre...
Fitzwater asked 30/7, 2020 at 14:4
8
Solved
I'm currently developing a flutter app that requires users to register before using it. I use Firebase Authentication and would like to check whether an email is already registered in the app.
I ...
Gobioid asked 2/8, 2018 at 11:8
1
Solved
I have added Firebase Auth to my Android app and enabled Google sign in as well as added options to Link account, unlink account and revoke access to account. But I have a few questions how these f...
Wassyngton asked 29/12, 2020 at 10:8
4
When I enter email and password information in my Login screen and tap either "Log in" or "Create Account" I get this message in my app error message in app and in my console I ...
Majors asked 11/1 at 13:39
5
I am implementing google authentication in React Native but even after following all the steps I keep getting the same error:
Native module RNGoogleSignin tried to override RNGoogleSigninModule...
Tuinenga asked 24/8, 2019 at 2:9
8
Solved
I want to implement change password functionality for my application.
I included com.google.firebase:firebase-auth:9.0.2 in my build.gradle file and so far everything has been working fine until I...
Callery asked 5/10, 2016 at 5:32
1
I am trying to use cookie based auth in addition to the normal clientside firebase auth for my Nextjs application. I have read around the internet and I have come across a few blogs like this one h...
Access asked 23/4, 2023 at 2:22
9
Solved
SITUATION:
I am trying to check if my user is authenticated when he makes a request to the server.
I googled a bit and found this:
How to show different page if user is logged in via firebase
...
Loiseloiter asked 18/1, 2017 at 13:31
4
I want to test a a cloud function that creates users.
In normal cases, inside the browser i generate an idToken and i send it to server via headers: Authorization : Bearer etcIdToken
But I want ...
Ariew asked 15/1, 2018 at 18:8
4
I'm following exactly the steps mentioned here:
https://github.com/thisbejim/Pyrebase/blob/master/README.md
But I get the following error:
"error": {
"errors": [
{
"domain": "global",
"reaso...
Sindysine asked 26/9, 2016 at 13:19
5
Solved
I'm having problems uploading an image to Firebase Storage. I'm using React Native's @react-native-firebase/storage and the installation and connectivity seem to be fine because I'm able to referen...
Emileeemili asked 3/1, 2020 at 12:34
5
I don't know what does this error mean. I've search a lot on Google, but couldn't find why am I getting this error.
E/FirebaseAuth: [SmsRetrieverHelper] SMS verification code request failed: unknow...
Acropetal asked 2/2, 2021 at 18:1
2
Solved
I am using Firebase authentication for one of my applications and want to implement signInWithRedirect (instead of signInWithPopup). I am following the documentation provided here and want to host ...
Acus asked 14/3 at 19:57
5
Solved
When I want to delete a firebase user account in my application, the operation passes normally if the user has recently logged but after a period of time if I try to delete the user I get this erro...
Hyalite asked 16/6, 2019 at 9:13
4
Solved
I am developing a Bluetooth application using platform channel in flutter (using Java). But while I try to login with google-sign in( google_sign_in: ^4.5.6 ) I'm getting the error.
I can login the...
Hsinking asked 29/3, 2021 at 16:23
5
Whenever I tried to login with phone number using react-native-firebase sdk, I recieve OTP code through sms and when I submit the recieved code, an error is there saying:"The sms code has expired. ...
Gabel asked 16/7, 2019 at 10:10
7
I am making a React-Native mobile application and want to incorporate Firebase and Firebase Authentication. However, I am facing this error when I run 'pod install' or 'pod update':
I did some res...
Densitometer asked 3/11, 2022 at 13:56
9
I was working on a project for my studies and everything was working fine, but I changed my OS to win11 while wiping all previous data.
Now Firebase is stuck on "loading" after using any ...
Waves asked 16/8, 2022 at 8:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.