𝗠𝗜𝗖𝗞𝗘𝗬
CCConvex Community
•Created by 𝗠𝗜𝗖𝗞𝗘𝗬 on 4/7/2024 in #support-community
Convex Ents 1:many rel
Also thanks for the quick reply! 🙏
6 replies
CCConvex Community
•Created by 𝗠𝗜𝗖𝗞𝗘𝗬 on 4/7/2024 in #support-community
Convex Ents 1:many rel
All right! Then I guess if I wanna stick to Ents the second best option is to create a many:many relationship? Otherwise it's always possible to do it in vanilla Convex, right?
6 replies
CCConvex Community
•Created by 0xEE on 8/1/2023 in #general
Auth0 with Apple Sign In
Any updates on this? I'm experiencing the exact same issues.
After the callback, logging the
user
object from the useAuth0
-hook gives me a full user object, but logging the isAuthenticated
bool from the useConvexAuth
-hook gives me false and then I get the same error as OP. I've got the same setup as well, logging in / signing up with Google or email + password works flawless but not Apple.7 replies
CCConvex Community
•Created by allen on 3/1/2023 in #general
Calling queries in effects
YES! That's exactly what I was looking for! I thought I had looked everywhere in the docs for it, should've looked for "one-off" and not "lazy" 😅
22 replies
CCConvex Community
•Created by allen on 3/1/2023 in #general
Calling queries in effects
I'm a bit late to this party, but I'll add another vote to get a
lazyQuery
hook, it'd be very useful in situations when searching. I solved it by conditionally passing the "skip"
string if there are no args to pass.22 replies