본문 바로가기
728x90

분류 전체보기505

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.
mac에서 mysql 설치 및 실행 http://meonggae.blogspot.com/2017/03/db-mac-mysql-1-error-2002-hy000-cant.html [db] mac에서 mysql환경설정 셋팅하기 1편 - 설치 및 접속, ERROR 2002 (HY000) : Can't connect to local MySQL server db, mysql, error2002 meonggae.blogspot.com https://velog.io/@inyong_pang/MySQL-설치와-초기-설정 [MySQL] 설치와 초기 설정 for macOS MAC에서 MySQL설치방법은 MySQL Community Server dmg파일을 다운받아 설치하는 방법과 Homebrew로 MySQL 패키지 다운받아 설치하는 방법 두가지이다.MySQL.. 2022. 1. 7.
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