Answers for "default firebaseapp is not initialized in this process"

-1

default firebaseapp is not initialized in this process

I had this same issue some time ago.

You're trying to get an instance of Firebase without initialize it. Please add this line of code before you try to get an instance of Firebase, in your main function or a FutureBuilder:

FirebaseApp.initializeApp();
Posted by: Guest on March-08-2021

Code answers related to "default firebaseapp is not initialized in this process"

Browse Popular Code Answers by Language