Hey folks, I was looking for a DB for hosting my b...
# off-topic
s
Hey folks, I was looking for a DB for hosting my blogs. Thinking between Firebase and Supabase, My only questing in on the limits. FB has a read write limit, but for SB I was not able to find any docs on it There is something called Database Space (500MB) shown on some off my projects. Is that something to consider? As blogs would mostly be markdown or MDX
g
https://supabase.com/pricing has limits 500GB for Database in free tier, but that includes overhead. 1G storage in free. 2GB download month in free. There are not read/write or operation limits or charges, just the limit of your instance hardware to sustain it.
s
Thank you for the clarification!