-
Notifications
You must be signed in to change notification settings - Fork 111
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
Error Using TS Version With Cloud Functions #452
Comments
As a workaround, I commented out anything related to the issue as it appears to just be around the real-time section. |
Agent comment from Anders Lund in Zendesk ticket #11776: °°° |
This is a bug as this comes up when building to deploy and I started receiving this error with the latest version. |
@rlee1990 What is your ts version ? /cc @mahboubii would be nice to document min supported version in readme clearly 😅 |
I am using 4.2.4 |
@ferhatelmas we usually upgrade to the last typescript version and use the latest features which is breaking for older ts compilers. @nhannah what do you think? |
I ran into this issue today too. I have down graded my typescript dependency version, and I am able to build and run my cloud function. |
I keep getting the same error trying to upload the functions to firebase. The errors point to the ts parts of this package.
gz#11776
The text was updated successfully, but these errors were encountered: