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
Describe the bug
Upon trying to load the LandingScreen component, the app throws an error due to not having a call to firebase.initializeApp(). This is after configuring the config file in the React Native build, as well as adding the Google services plist.
To Reproduce
Steps to reproduce the behavior:
Follow developer instructions
Create iOS client and move the Google services plist to the root of the iOS build directory
Build application using xCode 11 with a target of 13.1
See error upon opening app
Expected behavior
Login screen to be displayed
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Device: Virtual iPhone 11 Pro Max
OS: iOS 13.1
Browser: Not relevant
Version: xCode 11
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon trying to load the LandingScreen component, the app throws an error due to not having a call to
firebase.initializeApp()
. This is after configuring the config file in the React Native build, as well as adding the Google services plist.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login screen to be displayed
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: