rajat.abcx
CCConvex Community
•Created by rajat.abcx on 10/9/2024 in #support-community
User Profile creation on signup
Hi, Currently when I signup, I am taking a bunch of information from the user, and some of the data is for user profile, and when i signup, i want to create user profile with the data and connect it to the user with id, is that possible?
5 replies
CCConvex Community
•Created by rajat.abcx on 10/3/2024 in #support-community
Import users
I am creating a dashboard where admins can upload a csv with email and temporary password and people will get emails with verification code and they can signin and reset password, what's the best approach?
i mean do I have to call the signIn method individually? using convex auth
2 replies
CCConvex Community
•Created by rajat.abcx on 8/22/2024 in #support-community
How to do array filter with multiple values?
I have a user schema with an interests column, which have array to string values, and people can filter based on multiple interest all the selected values will be applied in or relation, but the current "filter" method in convex-helper helps to filter only one value, is there another approach to do it?
if I have to change to change my schema that's also fine.
9 replies