cloud_firestore
should support setLogLevel(...)
or enableLogging()
#9848
Unanswered
yfujiki
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Flutter
cloud_firestore
does not seem to supportsetLogLevel(...)
orenableLogging()
, which can be used to debug network communication between flutter app and Firestore. Since Firestore communication is not over HTTP/S, common packet sniffer tools don't work, and there is no way to debug network communication otherwise.Corresponding libraries for other platform (iOS/Android) have them (https://gist.github.com/katowulf/0475fb7a5907ed757f687aab6ed15878), so why not for Flutter?
Beta Was this translation helpful? Give feedback.
All reactions