Top "Firebase-authentication" questions

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

TypeError: Cannot read property 'GoogleAuthProvider' of undefined

Using Angular cli v5 and angularfire2 v5, There is no error on console and terminal, all running fine but while …

angular firebase-authentication angular-cli google-oauth angularfire2
Firebase not sending OTP

I had registered a user in firebase using Firebase phone number authentication.For testing that functionality again, I deleted the …

android firebase authentication firebase-authentication one-time-password
Has someone managed to implement a LinkedIn login with Firebase on iOS?

I'm currently building an app and I would like people to be able to sign up with their LinkedIn account. …

ios swift firebase linkedin firebase-authentication
Email verification using Firebase 3.0 on Android

I knew that we can verify the users email with Firebase Auth 3.0. I'm not able to find any documentation regarding …

android firebase firebase-authentication email-verification
How to just create an user in Firebase 3 and do not authenticate it?

I am working on a angularfire project and I would like to know how can I create an user in …

javascript firebase firebase-authentication angularfire
firebase admin SDK create user and send verification email

How can I send a verification email after I create a user with firebase admin SDK? I am trying to …

angularjs firebase firebase-authentication firebase-admin
Firebase UI authentication with google fails with message (code:10 message:10)

I've made a chat app that uses Firebase's feature Real-time database. I face a problem with google authentication. The problem …

java android firebase firebase-authentication firebaseui
Firebase email saying my realtime database has insecure rules

I recently received an email from firebase telling me that my realtime database has insecure rules. These are the rules …

firebase firebase-realtime-database firebase-authentication firebase-security
Firebase Android onAuthStateChanged called twice

I've start working with new Firebase SDK. When I'm doing user login, I'm onAuthStateChanged method is being called twice with …

android firebase firebase-authentication