I frequently use firebase firestore for my projects but almost everytime the data gets too large to where I need to build specific admin apps to help manage this. Was curious if others come into problem a lot and would pay monthly for a web based solution?
I think this is not only inherit to firebase, every web project when grown to a certain size will probably need a custom admin dashboard.
What do you see as that admin app?
I find myself doing the same through some combination of typically an angular/ionic app (typically for views, perhaps user management) and I often run back to a jupyter notebook (typically for data manipulation and analysis).