I placed the GoogleService-Info.plist file at the root of the app folder, not in the platforms/ios/ directory. When I tried to build the app in Xcode, an error occurred in the following file:
FirebaseAnalyticsPlugin.m:
[FIROptions defaultOptions].deepLinkURLScheme = [FIROptions defaultOptions].bundleID;
The error displayed is:
property 'bundle id' not found on object of type 'FIRoptions'
Could someone provide guidance on resolving this issue? Thank you.