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

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
343 バイト追加 、 2021年8月8日 (日) 00:52
*https://github.com/[[Firebase]]Extended/flutterfire/tree/master/packages/firebase_auth/example
====[[Google]] Sign in====
*https://pub.dev/packages/google_sign_in
*[https://www.typea.info/blog/index.php/2020/05/03/flutter-google-sign-in-android-ios/ Googleサインイン試す]
=====example=====
*https://github.com/flutter/plugins/blob/master/packages/google_sign_in/example/lib/main.dart
 
===Firebase Storage===
----
====CROS [https://firebase.google.com/docs/storage/web/download-files?hl=ja Webでファイルのダウンロード]====
----
*cros.json
<pre>
[
{
"origin": ["*"],
"method": ["GET"],
"maxAgeSeconds": 3600
}
]
*deploy
</pre>
<pre>
gsutil cors set cors.json gs://<your-cloud-storage-bucket>
</pre>
==Widget==

案内メニュー