Supabase (YC S20) – An open source Firebase alternative
1–10 of 374 posts
Re: Supabase (YC S20) – An open source Firebase alternative
#2We also have a lot more to build, so to reward you for your patience we are completely free right now
Re: Supabase (YC S20) – An open source Firebase alternative
#3Is this a replacement for the whole suite of Firebase offerings (hosting, auth and data store) or just a subset?
What’s the migration pathway for someone currently on Firebase?
Re: Supabase (YC S20) – An open source Firebase alternative
#4co-founder here, happy to answer any questions. We're currently in alpha - app.supabase.io We also have a lot more to build, so to reward you for your patience we are completely free right now
Re: Supabase (YC S20) – An open source Firebase alternative
#5My app is currently built on top of Firebase but I’m keenly aware of the cost of lock-in as traffic escalates. Is this a replacement for the whole suite of Firebase offerings (hosting, auth and data store) or just a subset? What’s the migration pathway for someone currently on Firebase?
Re: Supabase (YC S20) – An open source Firebase alternative
#6co-founder here, happy to answer any questions. We're currently in alpha - app.supabase.io We also have a lot more to build, so to reward you for your patience we are completely free right now
Re: Supabase (YC S20) – An open source Firebase alternative
#7co-founder here, happy to answer any questions. We're currently in alpha - app.supabase.io We also have a lot more to build, so to reward you for your patience we are completely free right now
Re: Supabase (YC S20) – An open source Firebase alternative
#8Re: Supabase (YC S20) – An open source Firebase alternative
#9co-founder here, happy to answer any questions. We're currently in alpha - app.supabase.io We also have a lot more to build, so to reward you for your patience we are completely free right now
Otherwise, great project!
Re: Supabase (YC S20) – An open source Firebase alternative
#10My app is currently built on top of Firebase but I’m keenly aware of the cost of lock-in as traffic escalates. Is this a replacement for the whole suite of Firebase offerings (hosting, auth and data store) or just a subset? What’s the migration pathway for someone currently on Firebase?
> data store
Yes - our data store is just Postgres so you can migrate in/out - no lockin
> hosting, auth
Not yet. We want to nail the auth and we're looking at leveraging Postgres' native Row Level Security. This is a tricky task to "generalize" for all businesses but we have some good ideas (we're discussing in our repo if you want to follow - https://github.com/supabase/supabase)
> What’s the migration pathway for someone currently on Firebase?
This is also something we're building - a migration tool. Mapping NoSQL to RDBMS is complex, but something I tackled in my previous company. We'll build it so that Firebase and Supabase run "in parallel", which we can do since both have realtime functionality. And then when you're happy, you will be able to switch off Firebase