Top "Firebase-authentication" questions

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

Firebase error: Blocked all requests from this device due to unusual activity

I am getting the error below when testing Firebase authentication We have blocked all requests from this device due to …

web-applications firebase firebase-authentication firebase-security
Android : How to get larger profile pic from Facebook using FirebaseAuth?

I am using FirebaseAuth to login user through FB. Here is the code: private FirebaseAuth mAuth; private FirebaseAuth.AuthStateListener mAuthListener; …

android firebase firebase-authentication facebook-authentication
Firebase Auth Ui Google Sign In Code:10, message:10:

Firebase Auth Ui Google Sign In Code:10, message:10: I use firebase auth-ui to sign in with google, it toasted Code:10, …

firebase firebase-authentication
How do i authenticate a rest call in firebase?

I want to do a rest call on some data protected by some rule using the aid of my user, …

rest firebase restful-authentication firebase-realtime-database firebase-authentication
'com.google.android.gms.common.api.GoogleApiClient' is deprecated

I'm using in my app Google sign-in method and I have updated today my dependencies to: implementation "com.google.firebase:…

android firebase firebase-authentication google-authentication
Authenticate with signInWithCredential()

I'm trying to connect to the second Firebase app and authenticate with signInWithCredential(), but I don't know how to get …

firebase firebase-authentication google-identity-toolkit angularfire2
How to verify users current password?

So, maybe I missed this somewhere in the docs but I couldn't find anything of the sort. I wan't my …

firebase firebase-authentication firebase-admin
Firebase error messages in different languages?

Showing the Firebase error messages (error.message) in the view results in english error descriptions (e.g. for Authentication errors, …

angular firebase error-handling firebase-authentication angularfire2
Firebase 3.0 with typescript

I am trying to develop a web app with angular2 and firebase 3.0 authentication following the guidelines given by google. However …

typescript firebase firebase-authentication
Error: Firebase ID token has expired

On my server I'm seeing these errors when using firebase admin sdk .verifyIdToken() Firebase ID token has expired. Get a …

firebase firebase-authentication