Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[speech-to-text]: problems with local development #299

Open
cabljac opened this issue Dec 6, 2023 · 0 comments
Open

[speech-to-text]: problems with local development #299

cabljac opened this issue Dec 6, 2023 · 0 comments

Comments

@cabljac
Copy link
Collaborator

cabljac commented Dec 6, 2023

It is very difficult to work on this extension locally, because it relies on the production speech to text api (which uses a long running job/operation, and writes back to a storage bucket itself)

We could write some mock transcription function just for local development, though this also has some issues/caveats:

  • There seems to be a mismatch between the file system of firebase functions and the local environment

  • This would also mean we have to maintain this mock API (The production one may change)

Open to other solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant