I am trying to setup flutter xcode project with firebase, but I am not able to generate GoogleService-Info.plist
as I am not able to get the bundle identifier id it is showing as in the image shared, how should I resovle it, bundle identifier is inactive
Asked
Active
Viewed 263 times
0
1 Answers
0
Go to your flutter project ... ios > Runner.xcodeproj > project.pbxproj Then search for PRODUCT_BUNDLE_IDENTIFIER and that will be it.

Gerry
- 1,159
- 1
- 14
- 29