调试来自 Chrome 开发工具的 Firestore 网络请求

Ale*_*lex 5 google-chrome-devtools angular google-cloud-firestore

使用 Angular + Google Cloud Firestore,我希望调试从表单触发的请求,以确保它不会太频繁地触发。当我转到 Chrome 开发工具中的“网络”选项卡时,我看到一个请求通过https://firestore.googleapis.com/...,但响应数据已编码,如下所示:

8
[1,4,7]
Run Code Online (Sandbox Code Playgroud)

在我对 firestore 的非常基本的理解中,我认为请求看起来是这样的,因为 firestore 在幕后使用了 gRPC。我来自 REST/JSON 背景,所以这对我来说是一个新领域。有没有更好的方法来调试这样的请求?