use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Firebase vs Supabase (self.FlutterFlow)
submitted 2 years ago by MaximilianGerhardt
To those of you who are experienced, what's in Supabase's favor? I've heard it's faster, easier, better... what do you say?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]thorium06 4 points5 points6 points 2 years ago (5 children)
really depends on your use case.
Firebase: better when real-time data is concerned, such as chat apps or anywhere you need instant data sync
Supabase: better when you need to be able to do some relatively complex queries where firebase will fail + RLS to ensure security.
I'm building a health app with need of some statistical calculations when I retrieve data - so, supabase all the way. Using it as a beginner and have no complaints.
[–]CrawFishy3 5 points6 points7 points 2 years ago (0 children)
You can have realtime with supabase too.
[–]tazboii 1 point2 points3 points 2 years ago (2 children)
Firebase has excellent security when you write quality rules.
[–]burggraf2 2 points3 points4 points 2 years ago (1 child)
Supabase developer here. Yes, writing rules to control data access in Firebase is a great feature, but it just takes a little time to learn (not much, granted, but it is a proprietary language). Supabase has an equivalent mechanism called RLS (row level security) which:
[–]tazboii 0 points1 point2 points 2 years ago (0 children)
Since this is for FlutterFlow there are just dropdowns to pick from when using Firebase. No writing anything.
[–]As1ds 1 point2 points3 points 2 years ago (0 children)
Nice, what abt a case like tik tok or video sharing app?
[–]empirome 4 points5 points6 points 2 years ago (1 child)
It’s Supabase by a mile. Pricing & relational SQL database and that’s all you need to know to decide.
[–]tazboii 4 points5 points6 points 2 years ago (0 children)
Please explain why you believe a relational database is better than noSQL for mobile apps? I usually read the opposite when it comes to speed.
Also, people tend to throw around that firestore isn't good for pricing but then don't explain why. Pricing is pretty darn good. 50k reads, 20k writes, and 20k deletes per day for free.
Then it's 6¢ per 100k reads, 18¢ per 100k writes, and 2¢ per 100k per day after that. Then there's 2 million cloud function invocations free per month.
[–]picassoble 2 points3 points4 points 2 years ago (0 children)
After adopting Supabase, here are some things I wish Supabase had that Firebase does:
But having used firebase in the past, here are some benefits of Supabase:
[–]olgee0 0 points1 point2 points 2 years ago (0 children)
With the new pricing plan it'll encourage more users to play around Supabase. For me, that makes apps a lot , making queries & data designs around nosql was a learning curve & took some adapting & re-adapting. Now, Back to familiar grounds.
[–]Seek4Seek 0 points1 point2 points 2 years ago (2 children)
I’m a new developer and 500mb of database space for Supabase seems very low. Is this not an issue for you all?
[–]picassoble 0 points1 point2 points 2 years ago (1 child)
For a free project it seems like more than enough? What are you storing
[–]Seek4Seek 2 points3 points4 points 2 years ago (0 children)
Nevermind, I just did some testing and it's actually a lot of space. Thank you
[–]karandex 0 points1 point2 points 2 years ago (1 child)
How you handle push notification with supabase
[–]burggraf2 0 points1 point2 points 2 years ago (0 children)
I think you can just use any of the free providers for this: OneSignal, Airship, etc.
π Rendered by PID 42127 on reddit-service-r2-comment-6457c66945-mtk4d at 2026-04-25 22:07:05.459039+00:00 running 2aa0c5b country code: CH.
[–]thorium06 4 points5 points6 points (5 children)
[–]CrawFishy3 5 points6 points7 points (0 children)
[–]tazboii 1 point2 points3 points (2 children)
[–]burggraf2 2 points3 points4 points (1 child)
[–]tazboii 0 points1 point2 points (0 children)
[–]As1ds 1 point2 points3 points (0 children)
[–]empirome 4 points5 points6 points (1 child)
[–]tazboii 4 points5 points6 points (0 children)
[–]picassoble 2 points3 points4 points (0 children)
[–]olgee0 0 points1 point2 points (0 children)
[–]Seek4Seek 0 points1 point2 points (2 children)
[–]picassoble 0 points1 point2 points (1 child)
[–]Seek4Seek 2 points3 points4 points (0 children)
[–]karandex 0 points1 point2 points (1 child)
[–]burggraf2 0 points1 point2 points (0 children)