stories2 / Y-if

Kakao chat bot study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Y-if

Trouble shooting

  • Cannot start emulate firebase functions reference
sudo npm install -g firebase-tools

sudo npm install -g grpc --allow-root --unsafe

cd /path/to/global/node_modules/firebase-tools/node_modules

sudo rm -rf grpc

ln -s /path/to/node_modules/grpc/ /path/to/node_modules/firebase-tools/node_modules/grpc

cd /to/your/project/functions

firebase serve --only functions

Deployment

After coded if you want deploy to cloud server, please type it in terminal.

firebase deploy --only functions

And this is how to deploy hosting

firebase deploy --only hosting

Run

If you want run this project locally, please type it in terminal.

sudo firebase serve --only functions

About

Kakao chat bot study

License:MIT License


Languages

Language:JavaScript 100.0%