How to tell the query to include specific fields
Suggestions on schema best practice?
{phone_numbers: {home: xxxxxxxxxx},{mobile: yyyyyyyyyy}}
...gemini
React-Native / Jest / Convex-test setup issue
Joining related tables help
aggregate component query is using a lot of bandwidth (exceeding 300gb after first week implement)
convex auth user creation
filter index based on multiple possible values?
pending
. due to lots of users, and lots of posts per user, we have an index set up to index posts by ["userId", "status"]. therefore, we query like so:
``` const userPosts = await ctx.db
.query("posts")
.withIndex("by_userId_status", (q) => q.eq("userId", user?._id).eq('status', 'pending')...Problem posting an image to Convex storage. Please help me!!!!
Convex Auth catching different type of error on sign in/sign up
[ConvexAuth] Doc<'users'> don't update from default authTables
I'm having problems integrating launch darkly
convex swift with clerk
I need to rekey my tables after importing
Types for resuing filters
Not getting indexRange callback type
q
inside withIndex
is not being inferred.
Did I miss something?
```ts
export const getSpins = query({
args: {...How would you handle third party subscriptions in convex
github oauth stuck in redirect loop
Searching arrays in Data dashboard