Eg the google cloud task coul be used by the an STT cloud function
5.2 Create a google queue
Create a Google Queue to use with the cloud task (for all 3 envs)
Create a Google Queue (eg firestore-stt) to use Google Task within this project. This is for using GCP STT with firebase cloud functions. See architecture diagram for more info.
Set the Firebase web API key as env var for cloud functions, to be able to use to call the GCP STT operation end point, outside of the STT SDK to check progress of a transcription.
more info here
This could be used by a cloud function to retrieve data from a STT operation eg
7. deploy the app
eg
Assuming you bundled the react app
eg
This will deploy hosting and cloud function
Successful deployment, will return the hosting url.
TODO: This can be done with npm scripts with less steps.