You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I just recently updated my react native version to 0.48.4. On one of the many iterations of rebuilding my environment after react-native-git-update destroyed all of it, I found this error:
Default FirebaseApp is not initialized in this process com.kinvitereact. Make sure to call FirebaseApp.initializeApp(Context) first.
This was a new error that I hadn't seen in previous Android builds with react-native-firebase-analytics or react-native-fcm.
Is this something that can be handled in the library? If so, then I could do a PR. If not, then could the steps to get through this be documented somewhere?
The text was updated successfully, but these errors were encountered:
mienaikoe
changed the title
Default FirebaseApp is not initialized in this process [processName]. Make sure to call Firebase App.initializeApp(Context) first.
Default FirebaseApp is not initialized in this process [processName]. Make sure to call FirebaseApp.initializeApp(Context) first.
Oct 14, 2017
So I just recently updated my react native version to 0.48.4. On one of the many iterations of rebuilding my environment after react-native-git-update destroyed all of it, I found this error:
Default FirebaseApp is not initialized in this process com.kinvitereact. Make sure to call FirebaseApp.initializeApp(Context) first.
This was a new error that I hadn't seen in previous Android builds with react-native-firebase-analytics or react-native-fcm.
Is this something that can be handled in the library? If so, then I could do a PR. If not, then could the steps to get through this be documented somewhere?
The text was updated successfully, but these errors were encountered: