Closed gambit767 closed 2 weeks ago
Hey can you please share how to fix firebase_core_web.dart ?
It is showing "FirebaseOptions cannot be null when creating the default app."
I tried updated the below fields to my Firebase values but it still doesn't work:
apiKey: databaseURL: projectId: storageBucket: messagingSenderId: appId:
Your help would be much appreciated.
Add it to the initialization of firebase sdk in your main function
Hey can you please share how to fix firebase_core_web.dart ?
It is showing "FirebaseOptions cannot be null when creating the default app."
I tried updated the below fields to my Firebase values but it still doesn't work:
apiKey: databaseURL: projectId: storageBucket: messagingSenderId: appId:
Your help would be much appreciated.