----
*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チャネルに切り替え===