docs: update Firebase link to with-firebase example (#58621)

This commit is contained in:
Jackie 2023-12-05 22:33:14 -05:00 committed by GitHub
parent 75975dd5e4
commit d0159160dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ To see examples with other authentication providers, check out the [examples fol
- [Auth0](https://github.com/vercel/next.js/tree/canary/examples/auth0) - [Auth0](https://github.com/vercel/next.js/tree/canary/examples/auth0)
- [Clerk](https://github.com/vercel/next.js/tree/canary/examples/with-clerk) - [Clerk](https://github.com/vercel/next.js/tree/canary/examples/with-clerk)
- [Firebase](https://github.com/vercel/next.js/tree/canary/examples/with-firebase-authentication) - [Firebase](https://github.com/vercel/next.js/tree/canary/examples/with-firebase)
- [Magic](https://github.com/vercel/next.js/tree/canary/examples/with-magic) - [Magic](https://github.com/vercel/next.js/tree/canary/examples/with-magic)
- [Nhost](https://github.com/vercel/next.js/tree/canary/examples/with-nhost-auth-realtime-graphql) - [Nhost](https://github.com/vercel/next.js/tree/canary/examples/with-nhost-auth-realtime-graphql)
- [Ory](https://github.com/vercel/examples/tree/main/solutions/auth-with-ory) - [Ory](https://github.com/vercel/examples/tree/main/solutions/auth-with-ory)