2
2 Comments

Validate my idea: Firestore admin app as a service

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?

on February 23, 2020
  1. 3

    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.

  2. 1

    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).