functions-samples icon indicating copy to clipboard operation
functions-samples copied to clipboard

Sample request: Using firebase-functions-test with Typescript

Open eliotstock opened this issue 6 years ago • 3 comments

This file:

functions-samples/quickstarts/uppercase/functions/test/test.online.js

Is only available in JS. Would be great to see some Typescript for it.

eliotstock avatar Apr 18 '18 06:04 eliotstock

Yes please, I've been all day trying to set it up

dalepo avatar Oct 24 '18 01:10 dalepo

Yes please as well

silenceisgolden avatar Mar 10 '19 22:03 silenceisgolden

While you're waiting, you should just be able to copy that file into your TypeScript project and change its extension to .ts, since all JavaScript is valid TypeScript. You can choose to convert parts of it to TypeScript specific syntax at your convenience.

CodingDoug avatar Mar 10 '19 23:03 CodingDoug