Aync and await features do not compile on Firestore Cloud Functions
16 views
Skip to first unread message
avik mukherjee
unread,
May 5, 2022, 5:16:26 PM5/5/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
Hi,
I am trying to host a REST API with Google Cloud Functions. My Node.js code contains keywords Async and Await which are part of ES6. The linting feature does not allow me to use these keywords because of which I am unable to deploy my REST API. May please suggest how to resolve this issue.