I am very new to supabase I have primarily worked ...
# off-topic
r
I am very new to supabase I have primarily worked with firebase and I’m tired of having to connect my card for everything so I searched around and I was looking at appwrite and then in comments I was suggested supabase and I actually find it cool and the fixed monthly fee is so good the pay as you go model for firebase I hated it because one bug could ruin everything I have few questions but I’ll start with Does supabase have read write costs or how does it work and what data types can you put
o
Hi Welcome to in the community! > Does supabase have read write costs or how does it work and what data types can you put You can do unlimited requests for free. I'm not sure about which data types you're talking about. About pricing, you can find more information here: https://supabase.com/pricing Note: please think to use #843999948717555735 next time which is a better place to ask :p (we can continue to answer to your questions in this thread) @rookiedeveloper
r
I’m sorry haha I’ll add #843999948717555735 next time I already went through pricing but just like how firestore has real time updates and they charge on read write delete cost does supabase work on that model or what?
g
If you scroll down on that page it talks about incremental data costs. It is amount stored in database or storage above free amount and download bandwidth per month. There is not charge by the number of requests of any type directly (just limited by capacity of your server instance to do them in a time you are happy with). Edge functions might be priced different, I've not really looked at it yet.