No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. // });