Android Firebase: cannot resolve method in firebaseAuth
My Android Studio project was working fine until I updated a plugin accidentally in a pop-up suggestion. After that "Firebase Auth" methods are not working. For example: fAuth = FirebaseAuth.getInstance(); fUser = fAuth.getCurrentUser(); I get the error "cannot resolve method…