From b62afd3665716652e15dd9c16a83f50f0faeef92 Mon Sep 17 00:00:00 2001 From: totoro642 Date: Tue, 25 Jun 2024 13:15:14 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7802003a72..e6d777feb3 100644 --- a/README.md +++ b/README.md @@ -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 From 38a5486964c0abeee4abc54c80845f22cfa7e6b7 Mon Sep 17 00:00:00 2001 From: totoro642 Date: Tue, 25 Jun 2024 13:19:58 +0300 Subject: [PATCH 2/2] Update README.md --- Node-1st-gen/okta-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node-1st-gen/okta-auth/README.md b/Node-1st-gen/okta-auth/README.md index 5fc773e1c0..5800641ef3 100644 --- a/Node-1st-gen/okta-auth/README.md +++ b/Node-1st-gen/okta-auth/README.md @@ -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