Skip to content

Commit 25cc11b

Browse files
committed
fix: update helloWorld response message to include TypeScript context
1 parent 19b478f commit 25cc11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ import * as logger from "firebase-functions/logger";
1515

1616
export const helloWorld = onRequest((request, response) => {
1717
logger.info("Hello logs!", {structuredData: true});
18-
response.send({message: "Hello from Firebase!"});
18+
response.send({message: "Hello from Firebase with TypeScript!"});
1919
});

0 commit comments

Comments
 (0)