我已将GoogleService-Info.plist放在app文件夹的根目录(而不是plaforms / ios /),我在xcode中构建应用程序,它在下面的文件中显示错误:
FirebaseAnalyticsPlugin.m:
[FIROptions defaultOptions].deepLinkURLScheme = [FIROptions defaultOptions].bundleID;
,错误是:
property 'bundle id' not found on object of type 'FIRoptions'
任何人都知道如何解决这个问题?谢谢
答案 0 :(得分:4)
我强烈建议您使用此firebase native plugin。它工作正常。
ionic cordova plugin add cordova-plugin-firebase
npm install --save @ionic-native/firebase
但是,如果您需要了解有关Firebase Analytics then see this great article的更多信息。