From e1ae70f9e40da5281316c5f6051c8613fe33202d Mon Sep 17 00:00:00 2001 From: ochui princewill patrick Date: Sun, 8 Aug 2021 23:51:02 +0100 Subject: [PATCH 1/2] Fix broken link firebase/firebase-web is now available as firebase/firebase-js https://github.com/firebase/quickstart-js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b6f50ee..e904353a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository holds code snippets used in Web documentation on [firebase.google.com](https://firebase.google.com/docs/). -These snippets are part of our documentation and best read in the context of a documentation page rather than used directly. If you're looking to get started with the Firebase Web SDK the best place to start is [quicstart-web](https://github.com/firebase/quickstart-web). +These snippets are part of our documentation and best read in the context of a documentation page rather than used directly. If you're looking to get started with the Firebase Web SDK the best place to start is [quicstart-js](https://github.com/firebase/quickstart-js). ## Example From 1e5006cf5077fcaf446d37a8fb2e93801e7a820f Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Mon, 9 Aug 2021 08:35:46 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e904353a..b45ac156 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository holds code snippets used in Web documentation on [firebase.google.com](https://firebase.google.com/docs/). -These snippets are part of our documentation and best read in the context of a documentation page rather than used directly. If you're looking to get started with the Firebase Web SDK the best place to start is [quicstart-js](https://github.com/firebase/quickstart-js). +These snippets are part of our documentation and best read in the context of a documentation page rather than used directly. If you're looking to get started with the Firebase Web SDK the best place to start is [quickstart-js](https://github.com/firebase/quickstart-js). ## Example