terms
terms
CCConvex Community
Created by terms on 3/13/2025 in #support-community
Dev and Build workflow
Hello everyone, I was wondering what exact parts of my convex folder should I upload to my Github repo(should I just upload the _generated folder or everything else as well)? And should my build process(specifically EAS Build) be receiving the entire convex folder as well?
7 replies
CCConvex Community
Created by terms on 1/29/2025 in #support-community
Passing down additional params during user signup using OAuth provider
Is there a way to pass down additional params to be written using await signIn("google")? I'm aware of the afterUserCreatedOrUpdated method but that callback won't receive the params passed from signIn. Additionally, is there a way of removing phone, phoneVerificationTime, isAnonymous, and image fields? These fields aren't relevant to my application.
5 replies
CCConvex Community
Created by terms on 12/9/2024 in #support-community
How to register rateLimiter component in convex-test?
Haven't been able to find anything on testing docs or component specific docs for testing these components. I'm aware that they must be registered by calling t.registerComponent(), with a string name(rateLimiter), schema(can't figure how to get this from the@convex-dev/rate-limiter package), and modules(no idea either). Any guidance would be appreciated 🙂
4 replies