-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi @sdavid501
Issue Description
I followed the documentation for Managing Multiple Firebase Projects in a React Native App. However, when building the app from Xcode with the development target, I am unable to see Firebase Analytics logs in the Firebase dashboard. Additionally, no iOS device is connected.
Expected Behavior
Firebase Analytics events should be logged and visible in the Firebase dashboard when running the app in the development environment.
Actual Behavior
No analytics events appear in the Firebase dashboard when running the app in the development target from Xcode.
Steps to Reproduce
Follow the documentation for setting up multiple Firebase projects in a React Native app.
Build the app using Xcode with the development target.
Check Firebase Analytics logs in the Firebase dashboard.
React Native Version: [0.75]
Additional Context
No physical iOS device is connected during testing.
Works as expected on Android.
Any insights or suggestions would be appreciated!