pez
pez2mo ago

SMS auth with Convex

Hi guys, building out an Expo RN app and I have it all setup with Clerk right now for SMS authentication. Saw Clerk's pricing based on MAUs and was wondering if Convex Auth priced similarly. My main way of authenticating users right now would be based on SMS verification codes (but will likely also support Google/Apple down the line). I know the Convex team recommends third-party auth solutions but does anyone has experience using Convex Auth in a prod app? Would love to hear from the community!
3 Replies
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
pez
pezOP2mo ago
Alternatively, has anyone ever tried to use Convex in conjunction with Supabase for auth? That is, Convex for the realtime DB, Supabase for authentication.
erquhart
erquhart2mo ago
Convex Auth doesn't have any MAU concept, it's just code running in your Convex deployment. So you get billed for associated function calls, just like any other function calls. I'm using it in Expo with email OTP and it works really well.

Did you find this page helpful?