私はCordovaでアプリを開発しています。 Androidでは、Firebaseプラグインがうまく動作しますが、私は、iOS上でこの問題に直面しています:iOS用cordova-firebase-pluginの設定
<Error> [Firebase/Core][I-COR000009] The GOOGLE_APP_ID either in the plist
file 'GoogleService-Info.plist' or the one set in the customized options
is invalid. If you are using the plist file, use the iOS version of bundle
identifier to download the file, and do not manually edit the
GOOGLE_APP_ID. You may change your app's bundle identifier to '(null)'. Or
you can download a new configuration file that matches your bundle
identifier from https://console.firebase.google.com/ and replace the
current one.
*** Terminating app due to uncaught exception 'com.firebase.core', reason:
'Configuration fails. It may be caused by an invalid GOOGLE_APP_ID in
GoogleService-Info.plist or set in the customized options.'
私は同じフォルダに、プロジェクトのルートフォルダにGoogleService-Info.plistファイルを配置.xcodeproj
ファイルの
BTY私はfirebaseコンソールから/ IOS //リソース/リソースがまだ取得中にエラー –
ダウンロードをお試し新しいGoogleService-Info.plistファイルのプラットフォームにGoogleService-Info.plistファイルを持っています。 プラットフォーム/ ios/Resources/ProjectName/Resources/Resources フォルダーに.plistファイルもありますがそれらも置き換えてください。 – Manish