| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
118 バイト追加 、 2021年7月16日 (金) 23:52
----
*https://firebase.flutter.dev/docs/overview
=== Firebase CLI===*https://firebase.google.com/docs/cli?hl=ja#install-cli-mac-linux<pre>$ npm install -g firebase-tools</pre>===Install====
----
*[https://firebase.flutter.dev/docs/migration/ Migration]
$ flutter pub get
</pre>
====Platform====
----
=====[https://firebase.flutter.dev/docs/installation/android Android]==========[https://firebase.flutter.dev/docs/installation/ios iOS]=====
----
https://firebase.google.com/docs/ios/setup
</pre>
=====[https://firebase.flutter.dev/docs/installation/macos macOS]=====
----
* [[XCode]]で、open ./macos/Runner.xcworkspace/
</pre>
=====[https://firebase.flutter.dev/docs/installation/web Web]=====
----
*[https://flutter.dev/web Web Support for Flutter]
====初期化====
----
*Firebaseのサービスを使用する前に、FlutterFireを初期化する必要があります
*初期化ステップは非同期なので完了するまではFlutterFire関連の使用を禁止する必要があります。
*FlutterFireを初期化するには、FirebaseクラスのinitializeAppメソッドを呼び出します
 
==[https://firebase.flutter.dev/docs/auth/overview/ Authentication]==
===Stableチャネルに切り替え===

案内メニュー