SMS auth with Convex
How to have multiple schemas

What is the recommended method for implementing role-based route protection within Next.js?
Convex Auth: How to add custom data to signIn() (or up)
signIn()
doesn't seem to work. How can one add these arbitrary fields (such as username
)? I could also make it optional, but it shouldn't be, every account should have a username. So I'd prefer to set it via the sign up process.
Any help much appreciated here. Also, would be happy to make a PR improving the documentation once I figure out how it's done. The documentation states:...Recommended MCP Repo for Convex
CONVEX_DEPLOY_KEY
Error when trying to run convex dev
Firebase Auth (Native iOS) + Convex auth
Convex schema is not enforced properly
runafter vs wrapper-action
scheduler.runAfer(0, internal.emails.sendemail)
from whitin the mutation that stores the invitation record
- I'm sending push notification after storing a message in convex. I have a convex action that wraps (1) the mutation that stores the message; (2) the query to retrieve the push subscriptions; (3) the action to send the notifications.
...Getting all organization users by org id from clerk
Advice re: schema design for user-specific role-based properties
users
table and a roles
table, with the relationship between them already established. No issues there.
For some (but not all) roles, there will be custom settings that are exclusive to the role. For example, with the Salesperson role there's a default commission percentage for all salespeople, but an individual salesperson might have a commission that overrides that default. While I could create something like a commission
field directly on the users
table to store this value, I really don't like to have fields that are only needed in limited use cases. The commission override is just one example of a role-specific setting, and there could be a lot more over time, so I'm trying to think of a more efficient way to save such settings without creating tons of limited-use fields....Convex Auth
how do I upload bigger video of 10-20 minutes on convex in live as I am filming it in OBS
Pitching app using convex
Stuck at "Finding component definition..."
-v
doesn't log anything else.
...
Self hosting and planetscale
isLoading from useConvexAuth() always returns false
Convex Email Auth - Params
auth.ts
or resendOTP.ts
?...Github Oauth integration error