-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use Typescript in Cloud Functions #671
Comments
|
jkomoros
added a commit
that referenced
this issue
Oct 28, 2023
This requires a lot of smaller changes to make typescript not complain, which includes a few bug fixes caught by typescript. The functions currently don't deploy (eslint warnings). Functions likely have broken, perhaps in big ways. Each one should be methodically tested before this is merged to master. Part of #671.
jkomoros
added a commit
that referenced
this issue
Oct 28, 2023
A few eslint warnings still exist, so functions don't yet deploy. Part of #671.
jkomoros
added a commit
that referenced
this issue
Oct 28, 2023
Following sintructions in https://hume.dev/articles/puppeteer-google-cloud-functions-v2/ Still doesn't work. Part of #671.
jkomoros
added a commit
that referenced
this issue
Oct 28, 2023
Followed instructions here: https://stackoverflow.com/a/74601573 The screenshot service now works again. Part of #671.
jkomoros
added a commit
that referenced
this issue
Oct 28, 2023
legal, screenshot, and openai endpoints are verified to work. email and tweet endpoints aren't verified to work, but those were also already defunct. Part of #671. Merge branch 'typescript-functions' * typescript-functions: Downgrade puppeteer version to get it working again. Add some more puppeteer configuration to try to get it to work. Resolve remaining eslint error. Fix all but one eslint error. Tighten eslint config. BIG COMMIT. Switch to using typescript in functions.
jkomoros
added a commit
that referenced
this issue
Oct 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also #601 .
Blocks #656 and #646
https://firebase.google.com/docs/functions/typescript#migrating_an_existing_javascript_project_to_typescript
The text was updated successfully, but these errors were encountered: