Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
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-authenticationI'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-verificationI 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-authenticationWhen trying to check if a user is signed in via firebase.auth().currentUser like this: if (firebase.auth().currentUser === …
javascript firebase firebase-authenticationI 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 angularfireI have a app with Google Sign-In integrated with Firebase. I recently changed app package name for release purpose. and …
android firebase firebase-authenticationI 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-securityI 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-loginI am trying to change/update a user's email address using : firebase.auth().changeEmail({oldEmail, newEmail, password}, cb) But I …
javascript firebase firebase-authenticationDoes anyone know how long would it take for the token to expire? There no option now to set the …
session firebase token firebase-authentication