Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjennison authored Dec 16, 2022
1 parent 79c7a10 commit 80e5830
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ Depending on your app's needs, other approaches might work better for you.

Install:

Firebase v8: `yarn add next-firebase-auth` or `npm i next-firebase-auth`
`yarn add next-firebase-auth@canary` or `npm i next-firebase-auth@canary`

Firebase v9+: `yarn add next-firebase-auth@canary` or `npm i 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).
> ⚠️ If you're using Firebase JS SDK v8 or below, use `next-firebase-auth@^0.15.0`.
Make sure peer dependencies are also installed:

Expand Down

0 comments on commit 80e5830

Please sign in to comment.