From 41a29ff42a07a2165b879a95a421430c1f54c3e2 Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Thu, 9 May 2024 16:36:45 -0600 Subject: [PATCH] Update README.md updated readme to refer to correct firebase console url for authentication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb7dbd..154d994 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ https://console.cloud.google.com/datastore/setup?project=your-project-id Visit the following URL to enable Firebase Authentication. Replace `your-project-id` with your project ID. -https://firebase.corp.google.com/project/your-project-id/authentication/providers +https://console.firebase.google.com/project/your-project-id/authentication/providers - Add a new provider by clicking on "Add new provider" - Choose "Google" and click "enable" and then "Save".