skip to Main Content

Firebase confirm with password

My Firebase app has a certain sensitive operation, that the already signed-in user would ideally confirm by reentering his password. I would like to show this (already signed-in) user a modal requiring him to reenter password and have Firebase check…

VIEW QUESTION

Why I can't use the FirebaseAuth.getInstance.deleteUser(uid);

FirebaseApp.initializeApp(this); FirebaseAuth.getInstance().deleteUser(uid); System.out.println("Successfully deleted user."); In this code,deleteUser(uid) shows that "Cannot resolve method 'deleteUser' in 'FirebaseAuth'". I don't know why. My doubt is that: there may be some conflicts between client SDK and service SDK. I have not created my…

VIEW QUESTION
Back To Top
Search