본문 바로가기
728x90

개발/Firebase46

Firebase function(공식 깃허브) https://github.com/firebase/functions-samples GitHub - firebase/functions-samples: Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase - GitHub - firebase/functions-samples: Collection of sample apps showcasing popular use cases using Cloud F... github.com 2022. 1. 15.
function 중요 팁(unexpected token -> async await) https://stackoverflow.com/questions/68451557/google-firebase-function-tutorial-unexpected-token google firebase function tutorial unexpected token => I have done some googling and haven't found an answer to my question. I am following the tutorial for google firebase functions here and have copied index.js exactly from the GitHub repository link... stackoverflow.com 2022. 1. 14.
firebase index.js 예제 const functions = require('firebase-functions'); // // Create and Deploy Your First Cloud Functions // // https://firebase.google.com/docs/functions/write-firebase-functions // exports.helloWorld = functions.region('asia-northeast3').https.onRequest((request, response) => { response.send("Hello from Firebase!"); }); exports.addMessage = functions.region('asia-northeast3').https.onRequest(async (.. 2022. 1. 14.
Firebase cli reference https://firebase.google.com/docs/cli Firebase CLI 참조 | Firebase Documentation Test SDK for Cloud Functions for Firebase firebase.google.com Firebase function을 처음 시작하기 위해서 공부하려고 저장합니다! 2022. 1. 2.
728x90