SirionRazzer/Diary

FirebaseTooManyRequestsException

Closed this issue · 0 comments

auth.signInWithEmailAndPassword(email, pw)
.addOnCompleteListener { task ->
if (task.isSuccessful) {
login()
//TODO: load stuff from firebase save
} else {
val e = task.exception as FirebaseAuthException

exception can also be FirebaseTooManyRequestsException, app crashes then