説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.js 352B

123456789
  1. const functions = require("firebase-functions");
  2. // // Create and deploy your first functions
  3. // // https://firebase.google.com/docs/functions/get-started
  4. //
  5. // exports.helloWorld = functions.https.onRequest((request, response) => {
  6. // functions.logger.info("Hello logs!", {structuredData: true});
  7. // response.send("Hello from Firebase!");
  8. // });