使用数据库时看不到firebase的网络调用?

时间:2018-12-12 04:58:48

标签: firebase firebase-realtime-database firebase-authentication

为什么在数据库调用期间无法在chrome网络选项卡中看到firebase的网络调用,我们只看到身份验证HTTP调用,但在网络选项卡中看不到数据库调用。

1 个答案:

答案 0 :(得分:0)

Firebase正在使用网络套接字,并且未使用HTTP请求来传输数据。这是其向Web客户端通知云中新数据的能力的关键。

对于监视Websocket上的数据,您可能会发现此答案很有帮助:How to inspect WebSocket frames in Chrome properly?