nisarg2023

Results 4 issues of nisarg2023

`const { data, error, count } = await supabase .from("restaurant_claims") .select( `status, role_name, restaurants!inner(id,name,address,logo), user:users!user_id(id, first_name, avtar), accept_by:users!accept_by(id, first_name, last_name), certificate_media:medias!certificate_media_id(media_url), front_media:medias!front_media_id(media_url), back_media:medias!back_media_id(media_url,media_type)` ) .eq("id", id) .single(); ` **Response Data...

bug

This is my collection Schema ``` const schema={ "name": "dishes", "num_documents": 0, "fields": [ { "name": "id", "type": "string", "facet": false }, { "name": "name", "type": "string", "facet": false },...

triage
join

when I try to log in with apple id is not work with other auth providers is work fine in login with Apple ID get an error like this `[...

bug
auth
awaiting-details
external-issue

Videos that I crop in the Flutter app and save in supabase Bucket working perfectly in the Flutter app but not in a web browser.