Supabase (YC S20) – An open source Firebase alternative
201–210 of 374 posts
Re: Supabase (YC S20) – An open source Firebase alternative
#202Earlier quoted context omitted.
This might be pedantic of me, but conflating RLS and auth isn't a great look. RLS is a general purpose mechanism for constraining row operations, and auth has to do with usernames and passwords and session tokens.
This is what we are targeting: http://postgrest.org/en/v7.0.0/auth.html We are still doing a heavy assessment of whether this model can be generalised for everyone. It covers the details of both authentication and authorization - we are just building a nice/easy way to enable this for everyone (probably using the same model as Postgraphile: https://www.graphile.org/postgraphile/security/ )
Re: Supabase (YC S20) – An open source Firebase alternative
#203Earlier quoted context omitted.
Why shouldn't they charge for a great product ? When Google charges it's a problem when they don't charge it's a problem.
No, when they tout the product as free or cheap, and then only later up the pricing by 10x, once people have built their business around the older pricing model. That's a problem.
Re: Supabase (YC S20) – An open source Firebase alternative
#204Earlier quoted context omitted.
See my comments on Auth here: https://news.ycombinator.com/item?id=23320443 > 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 ) > RESTful APIs I can of course get with PostgREST That's what we use!…
Just chiming in... Auth, free hosting and SSL is what drove me to Firebase in the first place. DB is the last thing. Just thought you should know, when I read "Firebase alternative", I got excited about something else.
Re: Supabase (YC S20) – An open source Firebase alternative
#205How scalable is this? E.g: What is the maximum active (e.g: writing) user concurrency? What happens when that is exceeded?
We are already working on High Availability, and we'll give a very simple point-and-click for replication too (so you can create multiple DB's close to your customers/audiences)
Re: Supabase (YC S20) – An open source Firebase alternative
#206Earlier quoted context omitted.
Firebase smell the Google Maps model with its “free” for a long time plan, before turning up the price when most of the market is used to the product and are to deeply locked to the API.
Why shouldn't they charge for a great product ? When Google charges it's a problem when they don't charge it's a problem.
only if it means they'll kill the service, or "you're the product"-ize its users
Re: Supabase (YC S20) – An open source Firebase alternative
#207Earlier quoted context omitted.
Maybe I am an old fart, but what’s wrong with the steps you mention? What would your ideal sequence of steps be? If the answer is “just call an api to handle your data” sure that works for POCs/Small apps. But I’m a bit hesitant to put all my businesses data inside a proprietary data store that I don’t control and which isn’t collocated with my app (Ie every data store request makes a round trip to the google server…
I've used Firebase for a couple MVPs. It is very fast to develop on. It makes it easy to get a web or mobile app up in a few hours once you know what you're doing. It is definitely possible to be that fast using other technologies, but the learning curve is higher. When you're just experimenting, trying to find market fit and get something to stick, Firebase is a decent solution. I haven't tried anything sizeable on…
What are the advantages, or class of advantages, you get by moving on from Firebase to something stronger/harder?
Re: Supabase (YC S20) – An open source Firebase alternative
#208Earlier quoted context omitted.
npm install supabase ? :) More client libraries coming soon https://www.npmjs.com/package/@supabase/supabase-js
:) Look I get the sentiment, but you know what I mean. Graphql would be a killer feature.
Re: Supabase (YC S20) – An open source Firebase alternative
#209Re: Supabase (YC S20) – An open source Firebase alternative
#210I am a strong believer that Firebase model is the way forward. Huge fan of Firebase but it is scary to have no proper alternatives. Yes, sure you can have a similar setup with AWS or bespoke implementation but they are not in the same spirit. Very glad to see people working on alternatives. IMHO though, what makes Firebase special is the glue they use: Account management and libraries come for free so you can start t…
Amazon seem to be working on bringing Amplify up to the same standard as Firebase, and it's certainly getting there, so in the near-future there may be quite a few alternatives.
I’ve found Hasura+Cognito+S3 as the closest equivalent to Firebase. It’s not as neatly wrapped up into a single product but it’s pretty close.