Store any unstructured JSON data without constraints on primary keys, property names or embedded objects. Map, reduce, and receive query results to your webhooks. Any valid Javascript works as a query, ending limitations imposed by proprietary query languages.
I think the most interesting part of this that if a project doesn't exist, you can just make a call and it'll automatically create the db for you. Seems really great for small projects & the like. good work!
@ronak_shah105 Firebase's pricing is based on document reads because Firebase is optimized for storing large collections of small documents. We charge for block reads because our documents can be any size, and reading a block might return a large or small number of documents. So whether or not Unbounded is more or less expensive than Firebase depends on the shape of your data and the access pattern of your app. That said, our eventual goal is to find a solution to provide fair pricing for almost any usage pattern.
tsk.lol
Unbounded
Unbounded