FirebaseException ([core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp())
Asked
Active
Viewed 21 times
0
Samuel John-Ibro
- 25
- 3
-
You need to call `Firebase.initializeApp()` before you can use any Firebase services, and your code doesn't seem to do so. See the question I linked for some options of how to call `Firebase.initializeApp()`. – Frank van Puffelen Oct 28 '21 at 14:26