why we are unable to see network call of a firebase in chrome network tab during database call we only see authentication HTTP call but database calls are not seen in the network tab.
Asked
Active
Viewed 852 times
1 Answers
3
Firebase is using websockets and not HTTP requests for transfering data. This is the key to its ability to notify the web client of new data in the cloud.
As for monitoring the data on websockets you might find this answer helpful: How to inspect WebSocket frames in Chrome properly?

Dennis Alund
- 2,916
- 1
- 13
- 34