Hi, awesome repo and super helpful. Curious if there is a specific reason why this firebase function is written in JavaScript and not TypeScript, like the rest of the repo? Reason I ask is because I attempted to convert it to TypeScript and firebase deploy fails. Most likely I'm doing something silly but wanted to confirm with you.
https://github.com/penx/remix-google-cloud-functions/blob/e442890c74dd30b6d57e723cf6935bd28fb625b4/example/functions/index.js#L1
Hi, awesome repo and super helpful. Curious if there is a specific reason why this firebase function is written in JavaScript and not TypeScript, like the rest of the repo? Reason I ask is because I attempted to convert it to TypeScript and firebase deploy fails. Most likely I'm doing something silly but wanted to confirm with you.
Thanks!