Nishil Faldu
Nishil Faldu
CCConvex Community
Created by leo_eve on 4/11/2025 in #general
i want to access the action in mine
if you don't need the result immediately from that action, you can schedule the action using ctx.scheduler
1 replies
CCConvex Community
Created by Nishil Faldu on 4/9/2025 in #support-community
Error(s) in expo
fixed! thank you @erquhart . appreciate the help!
7 replies
CCConvex Community
Created by Nishil Faldu on 4/9/2025 in #support-community
Error(s) in expo
that makes sense. i do have a few instances where i have some code imported in client and not from the generated directory. I will try to get rid of those and see if it resolves the issue. thank you. will text an update when i have one
7 replies
CCConvex Community
Created by Nishil Faldu on 4/9/2025 in #support-community
Error(s) in expo
a part of metro.config.js file
config.resolver.extraNodeModules = {
"@aws-sdk/client-s3": require.resolve("./stubs/empty.js"),
"@aws-sdk/s3-request-presigner": require.resolve("./stubs/empty.js"),
"@convex-dev/aggregate": require.resolve("./stubs/empty.js"),
"@convex-dev/migrations": require.resolve("./stubs/empty.js"),
"@convex-dev/expo-push-notifications": require.resolve("./stubs/empty.js"),
"oslo/crypto": require.resolve("./stubs/empty.js"),
"@convex-dev/auth": require.resolve("./stubs/empty.js"),
// Add other server-only libs here if needed
};
config.resolver.extraNodeModules = {
"@aws-sdk/client-s3": require.resolve("./stubs/empty.js"),
"@aws-sdk/s3-request-presigner": require.resolve("./stubs/empty.js"),
"@convex-dev/aggregate": require.resolve("./stubs/empty.js"),
"@convex-dev/migrations": require.resolve("./stubs/empty.js"),
"@convex-dev/expo-push-notifications": require.resolve("./stubs/empty.js"),
"oslo/crypto": require.resolve("./stubs/empty.js"),
"@convex-dev/auth": require.resolve("./stubs/empty.js"),
// Add other server-only libs here if needed
};
i am tired of declaring them as extraNodeModules - they always keep coming and I have to add more
7 replies
CCConvex Community
Created by jamwt on 4/5/2025 in #general
PR Fix
@Jamie I forgot to update the return type while adding _creationTime in my last PR as that does scream red, so here's the fix-PR for it: https://github.com/get-convex/expo-push-notifications/pull/14 Sorry about that. Is there a way to test it locally first so I don't break anything else?
2 replies
CCConvex Community
Created by Seeking Solace on 4/8/2025 in #general
I'm conflicted on which Auth provider to
can't say about nextjs boss, especially anything with the new version as I haven't tried it. I use it on my expo app
5 replies
CCConvex Community
Created by Seeking Solace on 4/8/2025 in #general
I'm conflicted on which Auth provider to
I have liked the convex-auth experience so far honestly. I was using clerk before, I don't miss anything fancy from clerk. my reason for the move was clerk gets really expensive down the line if the app blows up and i am going to use convex anyways, so i thought i might as well do auth in convex
5 replies
CCConvex Community
Created by iScream on 3/19/2025 in #general
Convex Storage and Cost
R2 component is pretty good. takes absolutely no time to integrate it
6 replies
CCConvex Community
Created by Nishil Faldu on 1/30/2025 in #support-community
Lets say there are a lot of apps...
do you mean the "lot of apps" issue?
21 replies
CCConvex Community
Created by Nishil Faldu on 2/20/2025 in #general
Convex Email Auth
14 replies
CCConvex Community
Created by Nishil Faldu on 2/20/2025 in #general
Convex Email Auth
Okay i managed to just put a loading state and update the user meanwhile. having profile would definitely be nice so i will make that issue
14 replies
CCConvex Community
Created by Nishil Faldu on 2/20/2025 in #general
Convex Email Auth
would you have a recommendation for a workaround meanwhile?
14 replies