index.js 371 B

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