Hi everyone! I'm working on an application that requires a real-time database where I can add and remove items from my inventory. I'm looking for an online database solution that's free, or at least has a free tier that doesn't sneak in extra charges if I go over a limit. Since my project is small, it will just be me and one other person using it. Also, being in Brazil, I'd like to avoid high costs. Any suggestions? Thanks!
1 Answer
If you’re building a web app and already have a backend, it might be easiest to just use a database like SQLite alongside it. But if it’s a mobile app and you don't have a backend, Firebase could be a great fit. It’s totally free for smaller apps, and you only pay if you start getting a lot of users or traffic.
Thanks a lot! I'm interested in Firebase, but could you give me an example of what the limits might be? If, say, 3 users each made around 10 changes a day, would that become a problem later?