Thoughts on firebase comparison
Hey there, one note on this page (https://www.convex.dev/convex-vs-firebase). There's one feature that initially drew me in that's not listed here. Schemas! Firebase/Firestore doesn't support having structured schemas. The way I found out about convex was I was googling "schemas for firestore". Just sharing my 2 cents.
2 Replies
Wow great callout! We made this comparison before we built out the runtime validation of schemas, and I bet we just never looped back. I agree that’s a big win
Added "Schema enforcement" the the comparison: https://www.convex.dev/convex-vs-firebase
Thanks for the pointer!