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

React Native gradle build error using jitpack

My build pipeline gives an error, when I check the status of jitpack it is nearly always down. Would jitpack being down cause the error and could I remove or replace jitpack with something else? Execution failed for task ‘:@adobe_react-native-acpanalytics:mergeReleaseResources’.…

VIEW QUESTION
Back To Top
Search