This might be a dumb question, but I'm working on ...
# chucker
c
This might be a dumb question, but I'm working on a new project that is using firebase firestore instead of a typical REST api. I would love it if there was still some way to sniff out network activity locally without having to use charles. Has anyone had experience with this and chucker?
g
Not really. I’m also not sure which HTTP client is Firebase using. If it’s OkHTTP you could try to access it via reflection and pass it to chucker. But I’m not even sure they use HTTP.
👍 1