An open API service indexing awesome lists of open source software.

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

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