Skip to content

Commit

Permalink
Merge pull request #11 from GoogleCloudPlatform/@invertase/firestore-…
Browse files Browse the repository at this point in the history
…text-to-speech

feat: added firestore text to speech
  • Loading branch information
huangjeff5 authored May 8, 2023
2 parents 62c58a5 + 0f5564d commit 3a7e5cb
Show file tree
Hide file tree
Showing 23 changed files with 13,962 additions and 13,108 deletions.
3 changes: 3 additions & 0 deletions _emulator/extensions/firestore-text-to-speech.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LOCATION=europe-west2
COLLECTION_PATH=testing
BUCKET_NAME=demo-test.appspot.com
4 changes: 2 additions & 2 deletions _emulator/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"firestore-schedule-writes": "../firestore-schedule-writes",
"storage-video-labeling": "../storage-video-labeling",
"storage-image-text-extraction": "../storage-image-text-extraction",
"firestore-text-to-speech": "../firestore-text-to-speech",
"firestore-record-user-acknowledgements": "../firestore-record-user-acknowledgements",
"firestore-bundle-server": "../firestore-bundle-server",
"api-keys-diagnostic": "../api-keys-diagnostic"
"api-keys-diagnostic": "../api-keys-diagnostic",
"firestore-text-to-speech": "../firestore-text-to-speech"
},
"storage": {
"rules": "storage.rules"
Expand Down
Loading

0 comments on commit 3a7e5cb

Please sign in to comment.