I am trying to connect the Firebase project to my current react-native app (Windows 10 OS).I am following steps from https://rnfirebase.io/.
However when I try to add iso app, I need the iOS bundle ID of the project, but I seem not to find it.
The only thing I find, after 2 hours of research on Google, is that the info.plist
suppose to have this data but mine got only this:
<key>CFBundleIdentifier</key><string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
Does anyone have a solution?