Supabase

S

Supabase

Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.

Join

Basic questions: Flutter + Supabase

I'm just starting out with Supabase + Flutter. Is Supabase a BaaS? With Flutter + Supabase lib, can I save data? Does the database automatically generate tables like Firebase or Back4App (Parse)?...

"remote schema" revoking all actions on table!

I have created a schema that contains a table "organizations" that contains it's table insertion, a function to trigger updating the column and all the necessary RLS (attached). When migration and pushing to remote service, all works fine! However, as soon as I then later on do "supabase db pull" I get this schema: ``` revoke delete on table "public"."organization_details" from "anon"; revoke insert on table "public"."organization_details" from "anon";...

best practices for updating/getting data in real time

I'm about to build my first Supabase app with PostgreSQL. I want to make sure my users always get their data in real time. For example, if someone changes the data, it should instantly show up for other users. What's the best way to do that, Broadcasts or Postgres Changes? I'm basically looking for the equivalent of a Firebase Firestore snapshot listener....

User gets logged out after 5-10 seconds.

I tried a few minutes ago to use my app and after logging and nagivating around abit i got logged out. it happends every 5-10 seconds. I was using it this morning and it was working fine

Session timed out?

What is this, please? Cleared cache, cookies... still didn't work. I've been logged out for hours. Please help?...
No description

how to get the reaons behind no reply on startup credits:

I had applied for Supabase credits via AWS startups program however there has been no revert from your team about final response Our platform chefdhundo.com is totally aligned wth your criteria - please check onces...

Upload file to bucket with metadata from client side

Hey everyone! I'm using the JavaScript library with Supabase client to upload/list/download files from client side. I would like to store custom metadata like the real filename. Currently I upload like: ```ts...

Storage overage and grace period

I need clarification regarding storage usage and potential charges. I am new user and I am still using free plan. My project exceeded the free 1 GB storage quota (reaching about 2GB). I have deleted the large bucket and moved my files to another provider....

Getting 403 even if policy allow read access to all users

I have created a profiles table that stores details of authenticated users. I have got this Idea from the documentation. I'm using supabase for the first time. I have setup the policy of this table to "allow access to all users to read profiles." Still when I'm trying to make a query to the database, it returns the following error: ```js {...

Supabase branch API URL/anon key for expo preview build

Hi all, I'm trying to set up a CI/CD flow that coordinates github branches, supabase branch, expo preview build. I have Supabase creating new branches with Github on new PR creation, and I have Expo creating a preview build for that branch, however I'm not able to set the right API URL/anon key as I don't know what it's going to be when it's generated. Is there any way to fetch that information? Is this the right way of approaching this? Ideally, a reviewer would be able to scan the QR code in t...

migration timeout

Hello I have a table with ~40M rows. I am trying to build a hash or btree index but I can't get supabase to build the index, it always times out. Is there any setting to tweak to increase timeout tollerance on migration applications? I have tried with both ...

before_user_created auth hook not working as documented

I am trying to implement the before_user_created auth hook, but even the example from the docs doesn’t work as advertised. Rather than returning an error with the specified code and message, it returns a 500 with a message of “Invalid payload sent to hook”. Are the docs out of data? Can I find the correct schema for the response payload anywhere?...

Supabase timing out

Hello, roughly 16 minutes ago our Next.js app's all supabase calls started timing out with no code changes or redeployments. Is this an issue with Supabase?...

Trying to deploy a new function manually is giving me cors.ts module not found

Failed to deploy edge function: failed to create the graph Caused by: Module not found "file:///tmp/user_fn_xuwtdffvqxdqtcvfydqp_e19e8263-210f-46d5-9590-793efcf2da14_1/_shared/cors.ts". at file:///tmp/user_fn_xuwtdffvqxdqtcvfydqp_e19e8263-210f-46d5-9590-793efcf2da14_1/source/index.ts:20:29

Supabase down?

Hello, Since yesterday, my project is totally down and isn't possible to access it even in Supabase Dashboard....
No description

Project not restoring when trying to unpause. Lost all tables..

As the title, lost all of my data - tables, storage after unpausing my project. It was well under the 90 day limit.

Unable to upgrade Supabase DB

Hey, can I get help with upgrading my supabase DB? I can't do it via the UI anymore since it failed Seeing this message A new version of Postgres is available...

Storage Size limit problem

I've reached the quota of the storage on free tier. I cleared up the storage bucket and its empty, but it still shows 1,37/1 GB for 24hrs already. This leads to restriction of services. How and when would the quota update and show that the bucket is actually empty now and withing the quota?

Expose Schema via SQL Query

Hey guys, I was wondering if Supabase allows us to expose a newly created schema via SQL query to the Data API. We’d need this for our automated onboarding process....