「Flutter/firebase/Analytics」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→firebaseから設定ファイルをDL) |
(→設定ファイルの設定) |
||
行6: | 行6: | ||
#google-services.jsonをandorid/appの下へ | #google-services.jsonをandorid/appの下へ | ||
#GoogleService-Info.plistをios/Runnerの下へ | #GoogleService-Info.plistをios/Runnerの下へ | ||
+ | |||
+ | ==firebaseのanalyticsをインストール== | ||
+ | pubspec.yaml | ||
+ | <pre> | ||
+ | dependencies: | ||
+ | firebase_core: ^0.2.5 | ||
+ | firebase_analytics: ^1.0.4 | ||
+ | </pre> |
2019年12月13日 (金) 14:48時点における版
firebaseから設定ファイルをDL
- https://console.firebase.google.com
- androidとiosのプロジェクトを作成し、google-services.jsonと、GoogleService-Info.plistをDL
設定ファイルの設定
- google-services.jsonをandorid/appの下へ
- GoogleService-Info.plistをios/Runnerの下へ
firebaseのanalyticsをインストール
pubspec.yaml
dependencies: firebase_core: ^0.2.5 firebase_analytics: ^1.0.4