Hi, we are using Firebase Realtime Database, which has 100s of connection at a time
This is how our Stackdriver(Monitoring) looks like for Firebase. We want to find out which firebase paths are being accessed for this specific request.
Hi @Naaman-Saif ,
You can gather data about your Realtime Database's performance through a few different tools, depending on the level of granularity you need:
I would suggest using the profiler tool to better understand your usage patterns and see where the hotspots are in your reads and writes.
For more information, you may want to look into this documentation.
Regards,
Marc