Edge Function Report

Snowflake foreign data wrapper is not getting integrated
Best way to (quickly) reset between tests/after all tests?
npx supabase db reset
if I want to reset my database to the seeded state for local testing?
I'd imagine transactions could perhaps solve this, but I can't use those with the supabase-js client.
If I run supabase db reset
, then I get the functionality I want, but the entire Docker stack is reset, which takes quite a long time (comparitively, for simple testing).
I can manually track the changes I think I'm making, and then try and invert those changes and use the service_role key to delete/un-update etc, but this doubles the amount of code to write, and potentially requires specific code in tests that I'd rather avoid......Unable to add third party auth to supabase branch using cli or rest api
Pausing a project issue
Feature Request: Raise the 2 project free tier limit on Supabase
Looking to hire supabase expert for ios app.
Pausing project & Supabase CLI
Discord Oauth Question
Unexpected error in database trigger
auth.users
table, it works fine when simply inserting a new record into the public.profiles
table as follows:
```
begin
insert into public.profiles (id, email, invite_id)
values (new.id, new.email, (new.raw_user_meta_data ->> 'invite_id')::uuid);...Realtime Concurrent Peak Connections Limit
track
method and no other messages will be sent between connections. Am I right to assume I'll be able to run this successfully with realtime? And the cost is $25/month for 500 users and then $10 for each 1000 users over that? Is there a hard limit on the amount of concurrent users I...Custom link for confirm signup -> redirect problem
Pausing problem: if i get a paid plan… Can i resolve the pausing problem?
Failed to start session: pkce(Auth.AuthError.PKCEFailureReason.invalidPKCEFlowURL)
Have my supabase stuck in "Pausing <ProjectName>" - its been like this for the last few days

OTP emails not working with Resend SMTP, is working fine with built-in Supabase SMTP
Working with Bolt.new and Supabase AI, read only?