You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: authorized-https-endpoint/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Only users who pass a valid Firebase ID token as a Bearer token in the `Authoriz
6
6
7
7
Checking the ID token is done with an ExpressJs middleware that also passes the decoded ID token in the Express request object.
8
8
9
-
Once authorized the function respond with 'Hello <username>'.
9
+
Once authorized the function respond with `Hello <username>`.
10
10
11
11
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.
0 commit comments