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…