728x90 전체 글584 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. Firebase init 못할 때! deploy firebase function init //firebase function baek-yong-ik@baeg-yong-ig-ui-MacBookPro ~ % firebase init zsh: command not found: firebase ---->>>> export PATH="/Users/baek-yong-ik/.npm-global/bin:$PATH" 이거 실행하면 됨!.. 파일업로드 하려면 firebase deploy --only functions 오류났을 때 !! Do this in beginning:- npm install -g firebase-tools npm i -g firebase tools. Don't forget to do this. 이유 없는 deploy 오류가 나면 사람들은 이렇게 하라고 하더라.. npm i -g fireb.. 2022. 1. 2. 이전 1 ··· 139 140 141 142 143 144 145 146 다음 728x90