Questions tagged [supabase-js]

Supabase is an open source Firebase alternative

74 questions
0
votes
1 answer

Supabase Auth: Accessing Provider Information in Supabase's new Response Object

I have set up a Supabase table, function, and trigger to handle new user creations. However, I am only able to access the provider_id from the new object in the trigger function. I would like to know if there is a way to access the entire provider…
0
votes
1 answer

How can I access supabase bearer tokens in nuxt3 in a type save way?

I am using supabase with nuxt3. I also have an API backend which would use that bearer token to authenticate its API calls. This is the code: