内容へ移動
猫型iPS細胞研究所
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
INDEX
»
firebase
»
Cloud Functionsのデバッグ
トレース:
•
マインドマップ
firebase:cloudfunctionsnのデバッグ
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== Cloud Functionsのデバッグ ====== [[https://qiita.com/seya/items/c37207cd65ec914692ba|Cloud Functions for Firebaseを楽々デバッグするには]] ===== Cloud Functions プロジェクト作成===== <code> # Cloud Functionsプロジェクト >npm install -g firebase-tools >mkdir [project] >cd [project] >firebase init >funcions/index.js を編集 >firebase deploy </code> ===== データベースなどを使用しない場合 ===== <code> # 下記コマンドでローカルサーバーで動作確認できる >firebase serve --only functions </code>
firebase/cloudfunctionsnのデバッグ.txt
· 最終更新: 2019/11/02 23:17 by
ips
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ