Feature Request : Focussed database profiling for Firebase #6762
namannigam
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using the
firebase-cli
to profile the database hosted for the client applications. But I am unable to find this in reference documents and CLI help (-h
) either.For what I have is the output generated out of
and it provides me with a list of sections such as Uploaded Bytes, Downloaded Bytes, Speed, etc.
Is there a way to pass some parameters to the CLI like
--bandwidth
to only focus on the Downloaded and Uploaded Bytes section for example? This could exclude the Speed and Unindexed Queries and help me focus currently on the bandwidth first.Beta Was this translation helpful? Give feedback.
All reactions