In my last post, I said I was working on a simple Firebase app, well I turned that into a comparison app between Firebase and Parse, to see which was easier to work with. The app is just a simple tableview to view the entries, form to add and edit entries, and then a details view to view all the details of a selected entry (the apps also allow you to upload images). So here’s a brief overview of what I thought about each database.
###Firebase
###Parse
###Free Account Plan You obviously get a better deal on storage with Parse.
Database Storage | File Storage | Database Transfer | File Transfer | |
---|---|---|---|---|
Firebase | 100 MB | 1 GB | 5 GB | 100 GB |
Parse | 20 GB | 20 GB | 2 TB |
###Overall For simple apps, I think Firebase is the way to go. But if you need to have users or a more complicated database then you should use Parse.