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

FirebaseAppPlatform.verifyExtends error while running flutter test

When I run my bitbucket pipeline for my project im getting an error during flutter test: /root/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'. FirebaseAppPlatform.verifyExtends(_delegate); ^^^^^^^^^^^^^ When I run flutter test in my terminal I don't have these issues. My pipeline script…

VIEW QUESTION
Back To Top
Search