supabase supabase Discussions
Sort by:
Latest activity
Label
Categories
Discussions
-
I'm creating and interacting with my Supabase database using Prisma via a node backend, and use the supabase-js client on the frontend solely for auth.
I've realised that the
Read moresupabaseKey
needed for…You must be logged in to vote -
Hi,
For react native (+ expo) there's currently a pretty workable setup to leverage supabase's social auth providers. There's an article here that does a pretty good job of explaining it:
Read moreYou must be logged in to vote All reactions
-
Hi all.
I have used the following query to get the records that meet the three conditions and I get an error:var result3 = await cnnSupa.SupaClient.From()
Read more
.Where(x => x.FIRSTNAME.Contains("RA") &&…I have tried this construction and it works
var result3 = await cnnSupa.SupaClient.From()
Read more
Where(x => x.FIRSTNAME.Contains("RA") && x.LASTNAME1.Contains("VI"))
.Where(x => x.LASTNAME2.Contains("PE"))
…You must be logged in to vote All reactions
-
Hi!
I'm having trouble deploying a simple serverless function that reads from one of my supabase tables, and creates a simple pdf file:
Read more// Follow this setup guide to integrate the Deno language ser…
You must be logged in to vote All reactions
-
Note: This is a updated copy from the discord's
Read morehelp
channel to increase visibility. I hope this can also be a central source for pointing to Prisma issues and workaround. Cross-posted to prisma/pr…You must be logged in to vote All reactions
-
👍 13 -
❤️ 3
-
-
I have a table
views
with only non-null fields. The generated types for a query on this table are correctRead moretype Table = { created_at: string id: number item_id: string type: string user_id: …
You must be logged in to vote All reactions
-
Would be awesome to duplicate projects and also choose to copy just the database schemas/structure or also migrate all data.
You must be logged in to vote All reactions
-
On 15th December 2022, supabase released Wrappers, a framework to build FDWs in Rust.
Maybe we can here collect some ideas for Wrappers in the future.
You must be logged in to vote All reactions
-
Hello
I'm running
supabase 1.38.7
and have setup the stripe wrapper by following the instructions on https://supabase.github.io/wrappers/stripe/Yet when I run
Read moreselect * from stripe.customers limit 10;
You must be logged in to vote All reactions
-
It is barely documented (only in the Storage Swagger docs AFAICT) and doesn't seem to be supported by any SDK. I can't get it work curl.
Is it usable?
You must be logged in to vote All reactions
All reactions