Top "Firebase-authentication" questions

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

How to catch a Firebase Auth specific exceptions

Using Firebase, how do I catch a specific exception and tell the user gracefully about it? E.g : FirebaseAuthInvalidCredentialsException: The …

java android exception firebase firebase-authentication
How do I sign out users in Firebase 3.0?

According to documentation, I force a user to sign out with the method signOut(). This is what I have tried: …

javascript firebase firebase-authentication
How to solve Warning: React does not recognize the X prop on a DOM element

I'm using a thing called react-firebase-js to handle firebase auth, but my understanding of react and of the provider-consumer idea …

javascript reactjs firebase firebase-authentication producer-consumer
"This app is not authorized to use Firebase Authentication" in Emulator

I'm getting this error when I try to run my app on emulator. What I've done: I'm using Firebase-UI and …

android firebase firebase-authentication firebaseui
How to send verification email with Firebase?

I am signing up my users using Firebase's email and password method. like this: mAuth.createUserWithEmailAndPassword(email, password) .addOnCompleteListener(this, …

android firebase firebase-authentication
Firebase 3 - We have blocked all requests from this device due to unusual activity

I was testing my login/sign up feature and for some reason I can't understand Firebase now is blocking all …

firebase firebase-authentication
"Unable to get provider com.google.firebase.provider.FirebaseInitProvider" Error path Android

I have an Application which is connected to firebase.The problem is when install the app in device(working on …

java android firebase firebase-authentication
Add Extra Details on Firebase User Table

I'm working on a firebase+angularjs app and I'm using the simple email and password authentication and it's working properly. …

firebase angularfire firebasesimplelogin firebase-authentication
How do you include a username when storing email and password using Firebase (BaaS) in an Android app?

The Firebase createUser() method takes an email and password field, but what if I want to also allow the user …

android firebase firebase-authentication firebase-realtime-database
Change password with Firebase for Android

I want to implement change password functionality for my application. I included com.google.firebase:firebase-auth:9.0.2 in my build.gradle …

android firebase firebase-authentication