David Alonso
David Alonso
CCConvex Community
Created by kstulgys on 8/4/2024 in #support-community
can I use convex auth with hono?
Not actually using hono, so was looking more for something like a customHttpAction, but i can easily switch to hono I guess as well!
14 replies
CCConvex Community
Created by kstulgys on 8/4/2024 in #support-community
can I use convex auth with hono?
The guide referenced above is really useful for the client piece of HTTP actions but I'm wondering why there isn't anything there on the recommended way of parsing that header and checking for the authenticated state. Wondering if something like a customHttpAction would be useful to define a helper like authenticatedAction but for http actions. Since Michal is not active afaik, I think maybe @sshader or @Ian can help? 🙏
14 replies
CCConvex Community
Created by ian on 3/18/2025 in #general
Zod with TypeScript for Server-side Vali...
That’s amazing! Thanks Ian!!
3 replies
CCConvex Community
Created by David Alonso on 3/9/2025 in #support-community
ConvexQueryCacheProvider in Expo?
will report back if this changes
12 replies
CCConvex Community
Created by David Alonso on 3/9/2025 in #support-community
ConvexQueryCacheProvider in Expo?
think what you said fixes it!
12 replies
CCConvex Community
Created by David Alonso on 3/9/2025 in #support-community
ConvexQueryCacheProvider in Expo?
oh lemme try
12 replies
CCConvex Community
Created by David Alonso on 3/9/2025 in #support-community
ConvexQueryCacheProvider in Expo?
hmm I'm on 0.1.71 which is the latest version...
12 replies
CCConvex Community
Created by terms on 1/29/2025 in #support-community
Passing down additional params during user signup using OAuth provider
One thing I've missed when trying to override this function that would be really helpful in the docs potentially... https://discord.com/channels/1019350475847499849/1341675738751045686
5 replies
CCConvex Community
Created by thedevstockgirl on 1/13/2025 in #support-community
Running into some cryptic error. Help needed.
yeah that's how I'd describe it but only based on what solved it for me, which was downgrading to react 18.3 (which is what the auth template uses). I briefly tried the pure HTML approach but that didn't seem to work for me (i might have missed something)
32 replies
CCConvex Community
Created by thedevstockgirl on 1/13/2025 in #support-community
Running into some cryptic error. Help needed.
Just want to flag that we're having the same issue here, going for pure html for now, but would love to get updates if React 19 works at some point
32 replies
CCConvex Community
Created by David Alonso on 2/1/2025 in #support-community
Env variables being pushed automatically
Thank you!!
5 replies
CCConvex Community
Created by David Alonso on 12/14/2024 in #support-community
Connect to multiple projects from the same nextjs app
Thanks for sharing! I was actually wondering how you did that. With Firestore indexes for all top level fields get created by default and users also have to create indices if they want to run a more complex query (even if it doesn’t need to be run very often) i’m wondering if you considered allowing complex queries by translating them to sql queries somehow though i have no idea if this is feasible on your side (it would probably lose realtime behavior at the very least)
33 replies
CCConvex Community
Created by David Alonso on 12/14/2024 in #support-community
Connect to multiple projects from the same nextjs app
No description
33 replies
CCConvex Community
Created by David Alonso on 12/14/2024 in #support-community
Connect to multiple projects from the same nextjs app
not sure i quite understand, do you mean if you have unions types in your Convex tables? For Firestore (which is no-sql), we recursively infer the schema based on sample data so we could do something similar for Convex at the very least, but unions are definitely tricky to infer well
33 replies