Supabase-JS v2
11–20 of 82 posts
Re: Supabase-JS v2
#12Unless I am missing something we seem to have lost all typing for Views? And it is less clear how to use PostREST style embedding?
Re: Supabase-JS v2
#13Maybe it's been discussed before but since it's a VC backed company, what's their business model? They raised a ton of money. How do they plan on getting that back?
Re: Supabase-JS v2
#14I love the concept of Supabase. The Firebase model is powerful but gated. For example, I recently had a project exceed FB's quota of functions- you can't deploy more than 60 endpoints in a minute which is a nightmare for CI pipelines which redeploy the entire app [0]. We recently tried Supabase on a "frontier" project, and found that it wasn't quite mature enough for production use in our case. Intermittent network e…
Re: Supabase-JS v2
#15Maybe it's been discussed before but since it's a VC backed company, what's their business model? They raised a ton of money. How do they plan on getting that back?
Re: Supabase-JS v2
#16Re: Supabase-JS v2
#17I love the concept of Supabase. The Firebase model is powerful but gated. For example, I recently had a project exceed FB's quota of functions- you can't deploy more than 60 endpoints in a minute which is a nightmare for CI pipelines which redeploy the entire app [0]. We recently tried Supabase on a "frontier" project, and found that it wasn't quite mature enough for production use in our case. Intermittent network e…
Why not have a single function that uses a router? Just map /* to the function and within the function, make your calls to other discrete handlers.
Re: Supabase-JS v2
#18Maybe it's been discussed before but since it's a VC backed company, what's their business model? They raised a ton of money. How do they plan on getting that back?
its brought up every time supa is on hn. reasonable qtn but here you go https://news.ycombinator.com/item?id=32440018
It looks like the answer is that they're charging some sort of licensing fee per project using Supabase or that they have a hosted option for people who don't want to run their own Supabase instance(s): https://supabase.com/pricing.
Re: Supabase-JS v2
#19Earlier quoted context omitted.
Why not have a single function that uses a router? Just map /* to the function and within the function, make your calls to other discrete handlers.
That is the exact solution we went with :)