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 delete a Firebase user from Android App?

I'm trying to code a Delete User method in my Android App, but I have some issues each time I …

android firebase-realtime-database firebase-authentication firebaseui
Delete all users from firebase auth console

Is there an easy way to delete all registered users from firebase console? For example, I created a hundred users …

firebase firebase-authentication firebase-console
NodeJS authentication with Firebase

I would like to authenticate and keep sessions via NodeJS with Firebase. Client can't directly communicate with Firebase. In short: …

node.js firebase firebase-authentication firebase-admin
Google Firebase sign out and forget user in Android app

When I call mFirebaseAuth.signOut() or mFirebaseUser.delete() my FirebaseAuth.AuthStateListener() works correctly and returns null as FirebaseUser instance in …

android firebase google-play-services firebase-authentication
Firebase stop listening onAuthStateChanged

As of version ^3.0.0, I'm having a difficult time removing the auth state change listener. To start the listener per the …

javascript firebase firebase-authentication
How to provide user login with a username and NOT an email?

I'd like to use Firebase for my web app that is for people with dementia in a care home. They …

firebase-authentication
Check if user is authenticated for the first time in Firebase Google Authentication in Android

I am using Firebase Authentication in an Android application, and I am using Google account authentication as an option to …

android firebase firebase-authentication
Delete a specific user from Firebase

Is there a way I can get a specific user account from firebase and then delete it? For instance: // I …

javascript firebase firebase-authentication
Google sign in not working after publishing in play store

I went through this, and as far as the process goes I did that. But I when I installed the …

android firebase firebase-authentication google-signin
App crashing when using Firebase Auth, reason: 'Default app has already been configured.'

I'm building my first iOS application, and I am using Firebase to handle authentication, database, etc. I added a sign …

ios swift firebase firebase-authentication