iamgmd
iamgmd
CCConvex Community
Created by iamgmd on 11/15/2024 in #support-community
ShadCN Table Example with Convex Pagination/Filtering/Sorting
Does anyone have an example or can point me in the right direction of using a ShadCN table using a Convex pagination query with filtering, sorting and ordering, etc... i.e. not client side pagination/filtering/sorting using collect because I have hit the 8MiB limit so I cannot get all the records upfront unfortunately. Thanks in advance.
2 replies
CCConvex Community
Created by iamgmd on 8/31/2024 in #support-community
Convex Auth - User maintenance
Does Convex Auth currently have the ability to perform User maintenance tasks (mutations) from an admin dashboard:- 1. Create user - ability to create a user without a password, Clerk does a good job of this in that you can create the user using Email and when the user logs on without a password (because they don't have one), they receive a magic link. The user will continue to log in this way until they create a password through their 'Manage account' functionality. 2. Update user - ability to change email or any of their profile (user) details. 3. Delete user - ability to completely delete the user from the system, user, authTable records, etc. 4. Disable/Enable user - ability to stop the user from logging into the system. Appreciate that these functions may not be available now as Convex Auth is currently in beta but if possible, would like some input of how I can achieve this functionality. I am using Next.js.
3 replies
CCConvex Community
Created by iamgmd on 8/30/2024 in #support-community
Convex Auth 'Invalid verifier' on safari
No description
4 replies
CCConvex Community
Created by iamgmd on 7/3/2024 in #support-community
Is there a way to specify _creationTime on a mutation?
Hi, I am importing data from another source and I would like to specify the _creationTime manually but _creationTime does not exist on the type.
7 replies