「Cloud Functions」の版間の差分
ナビゲーションに移動
検索に移動
5行目: | 5行目: | ||
*[https://www.typea.info/blog/index.php/category/google-cloud-functions/ Cloud Function関連ブログ] | *[https://www.typea.info/blog/index.php/category/google-cloud-functions/ Cloud Function関連ブログ] | ||
*[https://www.typea.info/blog/index.php/category/firebase/ Firebase関連ブログ] | *[https://www.typea.info/blog/index.php/category/firebase/ Firebase関連ブログ] | ||
− | * | + | |
+ | ===ローカル実行=== | ||
+ | *https://firebase.google.com/docs/functions/local-emulator | ||
+ | |||
+ | <pre> | ||
+ | $ npm install -g firebase-tools | ||
+ | </pre> | ||
+ | *[https://console.cloud.google.com/iam-admin/serviceaccounts サービス アカウント] ペインを開きます。 | ||
+ | *App Engine default service account が選択されていることを確認し、右側のオプション メニューで [キーを作成] を選択します。 | ||
+ | *プロンプトが表示されたら、キーのタイプとして JSON を選択し、[作成] をクリックします。 | ||
+ | *ダウンロードしたキーを参照するように Google のデフォルトの認証情報を設定します。 |
2020年10月30日 (金) 04:39時点における版
| Google Cloud Platform | Firebase |
Cloud Functions
- Cloud Functions for Firebase
- Firebase CLI プロジェクトの Google Cloud Functions へファイルをアップロードして、Google Cloud Storageへ保存するコードをTypeScriptで書く
- Cloud Function関連ブログ
- Firebase関連ブログ
ローカル実行
$ npm install -g firebase-tools
- サービス アカウント ペインを開きます。
- App Engine default service account が選択されていることを確認し、右側のオプション メニューで [キーを作成] を選択します。
- プロンプトが表示されたら、キーのタイプとして JSON を選択し、[作成] をクリックします。
- ダウンロードしたキーを参照するように Google のデフォルトの認証情報を設定します。
© 2006 矢木浩人