pipsai
pipsai14mo ago

Firebase Auth w/ Convex

Anyone ever worked firebase auth with convex?
3 Replies
erquhart
erquhart14mo ago
Custom auth integrations are possible for any provider that implements OpenID Connect. Firebase does, if you have the right plan: https://firebase.google.com/docs/auth/web/openid-connect Here's the Convex docs for custom auth: https://docs.convex.dev/auth/custom-auth
Custom Auth Integration | Convex Developer Hub
Convex can be integrated with any identity provider supporting the
erquhart
erquhart14mo ago
Guessing you have an existing Firebase app and want to try out moving or adding some Convex functionality?
pipsai
pipsaiOP14mo ago
Yup I do. Thanks for sharing

Did you find this page helpful?