Skip to content

Commit e9ebd6d

Browse files
authored
Update README.md
1 parent fefd632 commit e9ebd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authorized-https-endpoint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only users who pass a valid Firebase ID token as a Bearer token in the `Authoriz
66

77
Checking the ID token is done with an ExpressJs middleware that also passes the decoded ID token in the Express request object.
88

9-
Once authorized the function respond with 'Hello <username>'.
9+
Once authorized the function respond with `Hello <username>`.
1010

1111
This sample comes with a simple web-based UI whose code is in [public](public) directory that lets you sign-in Firebase and initiates an authorized XHR to the Function.
1212

0 commit comments

Comments
 (0)