Top "Firebase-authentication" questions

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

Plugin project :firebase_core_web not found

I try to connect Android project to Firebase but I get this error as I added the following to pubsec.…

firebase flutter dart google-cloud-firestore firebase-authentication
Firebase confirmation email not being sent

I've set up Firebase email/password authentication successfully, but for security reasons I want the user to confirm her/his …

firebase authentication firebase-authentication email-verification
AngularJS error: TypeError: v2.login is not a function

I would like to call the login function when I click the login button but keep getting the error message …

angularjs firebase angularjs-ng-click firebase-authentication
Can't get currentUser on load

When trying to check if a user is signed in via firebase.auth().currentUser like this: if (firebase.auth().currentUser === …

javascript firebase firebase-authentication
Client doesn't have permission to access the desired data in Firebase

I have a page that is calling addCheckin() method which is inside a controller. In the controller, I am trying …

angularjs firebase firebase-realtime-database firebase-authentication angularfire
Changing Firebase Package Name

I have a app with Google Sign-In integrated with Firebase. I recently changed app package name for release purpose. and …

android firebase firebase-authentication
Making firebase storage public for reading and writing on android

I am new to firebase storage. Can anyone tell me how to make the storage files public for reading and …

android firebase firebase-realtime-database firebase-authentication firebase-security
Retrieve Google Access Token after authenticated using Firebase Authentication

I am trying to retrieve Google Access Token to access Google REST API such as YouTube Data API from an …

android firebase-authentication google-signin google-login
How to change email in firebase auth?

I am trying to change/update a user's email address using : firebase.auth().changeEmail({oldEmail, newEmail, password}, cb) But I …

javascript firebase firebase-authentication
Firebase 3.x - Token / Session Expiration

Does anyone know how long would it take for the token to expire? There no option now to set the …

session firebase token firebase-authentication