From fddfb887a42a9c2c7cc8073f20696528f514b07e Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Tue, 30 Nov 2021 12:07:15 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36432da7..c09e7f6d 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,11 @@ Depending on your app's needs, other approaches might work better for you. ## Get Started -Install: +**Install:** -`yarn add next-firebase-auth` +Firebase v8: `yarn add next-firebase-auth` + +Firebase v9+: `yarn add next-firebase-auth@canary` > ⚠️ If you're using v9 of the Firebase JS SDK, use `next-firebase-auth@canary`. This is an unstable v1 prerelease. Track progress on v1 [in this issue](https://github.com/gladly-team/next-firebase-auth/issues/265).