Skip to content
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

Sample request: Using firebase-functions-test with Typescript #373

Open
eliotstock opened this issue Apr 18, 2018 · 3 comments
Open

Sample request: Using firebase-functions-test with Typescript #373

eliotstock opened this issue Apr 18, 2018 · 3 comments

Comments

@eliotstock
Copy link

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.

@dalepo
Copy link

dalepo commented Oct 24, 2018

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

@silenceisgolden
Copy link

Yes please as well

@CodingDoug
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants