A Firebase project to use as a backend for Google Assistant Actions.
Uses Firestore, Storage, and Cloud Functions.
See more from this article
Install tools:
npm install -g firebase-tools
Login:
firebase login
(or firebase --reauth
to switch account)
To deploy:
firebase deploy
Or for just functions:
firebase deploy --only functions