fireadmin icon indicating copy to clipboard operation
fireadmin copied to clipboard

feat(core): data viewer/querier/search

Open prescottprue opened this issue 6 years ago • 0 comments

Description Of Potential Feature

  • A data viewer/querier that allows for querying Real Time Database + Firestore with a specified service account

Additional Issues This May/Does Solve

  • Multiple filters on queried data (since Firebase console is limited)
  • Creating reports on numbers of documents
  • Generating data export files which consist of a subset of data

Additional Context

Querying data within the Firebase console is pretty limiting. For Firestore you can only query by one parameter, and for Real Time Database there is only viewing the data in tree form. This viewer/querier/searcher could allow for queried data to also be filtered.

Ideas

  • Allowing for export of json file which could then be used in insert data into another database
  • Searching could be based on provided Algolia information or through user wiring up a webhook to Fireadmin (instructions would be included)

Some more discussion in #90

prescottprue avatar Aug 26 '19 19:08 prescottprue