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 force logout firebase auth user from app remotely

I have a project which uses firebase auth with firebaseUI to authenticate users. I have enabled Google, Facebook and email …

firebase firebase-authentication firebase-admin
EXCEPTION: This browser is not supported or 3rd party cookies and data may be disabled

This error occurs when our users "Block third-party cookies and site data". To replicate the error, go to: Check your …

firebase firebase-authentication angularfire2
How do I get the current user's access token in AngularFire2?

In AngularFire you were able to access the providers (e.g Google) accessToken for the authenticated user. There does not …

javascript firebase firebase-authentication angularfire2
Firebase UI - Auth - Use own layout

Is it possible to use my own layout & buttons for Firebase UI Auth on Android? I basically want to …

android firebase firebase-authentication firebaseui
Who owns this email? ... @cloudtestlabaccounts.com

I'm developing an Android app that uses Firebase login, still using the old Firebase console. After published the apk into …

android firebase firebase-authentication firebase-test-lab
Is a Firebase UID always 28 characters?

I am creating security rules for my Firebase project and wanted to add UIDstring.length == 28 to my database rules. All …

javascript firebase firebase-realtime-database firebase-authentication firebase-security
Firebase - Unique ID for every user

I am building a firebase based android application which involves multiple user who authenticate and login to app. I want …

android firebase firebase-realtime-database firebase-authentication uid
How to create different user groups in Firebase?

I am making a point of sale app, using Xcode. I want this app to keep track of stock items, …

ios firebase firebase-authentication multiple-users
Firebase Auth ID token has incorrect "aud" claim

I'm trying to verify an idToken backend. The user has successfully logged in to firebase client side but when I …

node.js firebase firebase-authentication
FirebaseUI Auth - Facebook Login error : Unsuccessful debug_token response from Facebook

I'm trying to integrate FirebaseUI Auth library. Google sign-in and Email sign-in are working fine but I have a problem …

android facebook firebase firebase-authentication firebaseui