Created
February 5, 2019 16:43
-
-
Save Fleker/47f396207a40e03e16457301e53a3e54 to your computer and use it in GitHub Desktop.
Using Cloud Storage for Firebase for hosting rich media in your Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"engines": { | |
"node": "8" | |
}, | |
"dependencies": { | |
"actions-on-google": "^2.3.0", | |
"firebase-functions": "^2.0.0", | |
"firebase-admin": "^6.5.0" | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment