「FlutterFire」の版間の差分
ナビゲーションに移動
検索に移動
8行目: | 8行目: | ||
---- | ---- | ||
*[https://firebase.flutter.dev/docs/migration/ Migration] | *[https://firebase.flutter.dev/docs/migration/ Migration] | ||
+ | *Firebase のサービスを利用する前に、まず firebase_core プラグインをインストールする必要があります。 | ||
+ | *このプラグインは、アプリケーションを Firebase に接続する役割を果たします。 | ||
+ | *このプラグインをpubspec.yamlファイルに追加します。 | ||
+ | |||
+ | pubspec.yaml | ||
+ | <pre> | ||
+ | dependencies: | ||
+ | flutter: | ||
+ | sdk: flutter | ||
+ | firebase_core: "^1.3.0" | ||
+ | </pre> | ||
+ | |||
+ | <pre> | ||
+ | $ flutter pub get | ||
+ | </pre> |
2021年7月14日 (水) 11:45時点における版
© 2006 矢木浩人