Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Node-1st-gen/okta-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This sample has two parts:

- A Node.js backend that “exchanges” Okta access tokens for Firebase custom
authentication tokens. The backend is intended to be deployed as a Cloud
Function, but because its just an Express.js app, you can also run on it on
Function, but because it's just an Express.js app, you can also run on it on
your own infrastructure.
- A web frontend that signs users in with Okta, gets a Firebase custom
authentication token from your backend, and authenticates with Firebase using
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Demonstrates how to automatically post GitHub commits to a Slack channel using a

### Create and charge customers with [Stripe](/Node-1st-gen/stripe) or [Paypal](/Node-1st-gen/paypal)

Demonstrates hows to integrate Firebase Auth and the Realtime database with Stripe via the Stripe Node.js library and shows how to create HTTP endpoints to charge customers via Paypal.
Demonstrates how to integrate Firebase Auth and the Realtime database with Stripe via the Stripe Node.js library and shows how to create HTTP endpoints to charge customers via Paypal.

### Text moderation

Expand Down