Xcode – Need to change the "bundle_id" in "google-services.json" file in the android folder for flutter app
In my Flutter app project, The "bundle_id" that exists in the "google-services.json" is not the same as CFBundleIdentifier in info.plist and BUNDLE_ID in the "GoogleService-Info.plist". after changing the bundle id in the xcode and then run flutterfire configure nothing changes…