I'm retrieving some data in my app that I have manually inputted into the Cloud firebase but have noticed that this will take me a very long time to add additional data once I start to scale as well as to maintain/edit/delete.
Are there any alternatives/recommended data storage that I could use that would allow me to bulk load data (in a consistent format) to add/edit/delete?
Any thoughts welcome!