Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
When I am trying to deploy a firebase project it shows an error message 'cannot find module firebase-functions' in npm …
node.js firebase firebase-realtime-database firebase-authentication firebase-hostingonSubmit(formData) { if(formData.valid) { console.log(formData.value); this.af.auth.createUser({ email: formData.value.email, password: formData.value.…
firebase firebase-authentication angularfire2I am using Google Sign In via Firebase in my app. But while running the published app from Play Store, …
android firebase google-api firebase-authentication google-authenticationBackground Hello, I'm new with Firebase for Android and I'm trying to implement the Facebook and Google auth/login for …
android firebase firebase-authentication facebook-authentication google-authenticationI've been using Firebase for quite some time, but I only now decided to really look into the security rules. …
database security firebase firebase-authentication firebase-securityDoes anyone know if Firebase Phone Authentication works for India phone numbers? I successfully implemented and to work for US …
firebase firebase-authentication twitter-digitsI'm trying to retrieve the UID of the current logged-in firebase user in my Angular 4 app. Though, if I'm logging …
angular authentication firebase firebase-authentication google-admin-sdkI am creating a system of authentication by number of cell phone in ionic 2, for that I use the google …
cordova firebase ionic2 firebase-authentication phone-numberSo I figured out how to properly signout with Google. Cool. Now, what about Facebook? When I get an error …
android firebase facebook-login firebase-authenticationI'll appreciate assistance with how to reauthenticate a user in Firebase. I wonder if it makes any sense adding all …
javascript firebase firebase-authentication angularfire2