timahuna
timahuna
CCConvex Community
Created by timahuna on 7/9/2023 in #support-community
Several Apps (one convex project)
I have 1 react webapp for the main app. If I wanted to create a separate react webapp for admins, is there a recommended way to use an existing convex project for the 2nd app?
6 replies
CCConvex Community
Created by timahuna on 7/9/2023 in #support-community
What is a function call?
Just looking at the pricing section of convex. What is considered a function call? Is it just user defined functions (queries, mutations, actions)? So if I define a query that does multiple fetches, would I just be charged for the outer query? Or for each fetch?
8 replies
CCConvex Community
Created by timahuna on 7/7/2023 in #support-community
Extra user metadata in auth ctx (for clerk)
I've hooked up clerk to my convex project. In the auth ctx, it seems like only a few fields are available here: https://docs.convex.dev/auth/functions-auth#user-identity-fields Is it possible to pass in custom user meta data into the auth ctx for functions? https://clerk.com/docs/users/user-metadata
9 replies