skip to Main Content

My firebase authentication process is too slow?It takes about five minutes to completely create an user account and redirect! How to speed up?

My firebase authentication process is too slow?It takes about five minutes to completely create an user account and redirect! How to speed up? Sharing the authentication code below(Same of that from firebase documentation) auth.createUserWithEmailAndPassword(email, pswd) .addOnCompleteListener(this@RegistrationActivity) { task -> if…

VIEW QUESTION
Back To Top
Search