https://github.com/souvikbasu/actions-on-google-seed
Minimaist project to get started with Actions on Goodle
https://github.com/souvikbasu/actions-on-google-seed
Last synced: 2 months ago
JSON representation
Minimaist project to get started with Actions on Goodle
- Host: GitHub
- URL: https://github.com/souvikbasu/actions-on-google-seed
- Owner: souvikbasu
- Created: 2017-11-18T03:10:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T05:42:45.000Z (over 7 years ago)
- Last Synced: 2025-01-08T17:55:01.942Z (4 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# actions-on-google-seed
Minimalist project to get started with Actions on Google# Install firebase
```
npm install -g firebase-tools
```# To create your cloud function
```
firebase login
firebase init functions
```# To deploy to Google Cloud functions
```
firebase deploy --only functions
```# Firebase Reference:
https://firebase.google.com/docs/functions/get-started#set_up_and_initialize_functions_sdk