暂无描述
您最多选择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. // });