Yes, it’s very easy to handle your database from the Firebase console. You can even export/import your real-time database as a JSON file.
Securing your Firebase database is easy when coupled with Firebase Authentication.
We’re planning on introducing more Firebase functionality soon, so it might be worth it to invest time and effort into making a Firebase-based app.
Firebase, when used with few layers of nested tags, is faster than most database services out there. You can also employ Firebase functions to perform server-side operations on your data.
On the cons side, their free plan allows for a max of 100 simultaneous connections. If your app is going to surpass that restriction, you can always pay and buy their Blaze plan.