DEV Community

Bug Blitz
Bug Blitz

Posted on

Fixed No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp() In React Native

Encountering the "No Firebase App '[DEFAULT]' has been created" error in React Native usually indicates that Firebase has not been properly initialized in your application.

Solution : https://www.bugblitz.dev/2024/04/react-native-error-no-firebase-app.html

Top comments (0)