Support for outputting the generated FireStore queries
bitfabrikken opened this issue · 1 comments
bitfabrikken commented
Thanks for a great library! I have one, I think, minor request, which would be great to see.
I'd do it myself and submit a pull request, but I don't know where to even begin.
Sometimes your SQL will result in a single Firestore query and some other times it might result in several.
It would be nice to have a sort of debug toggle/flag, which when enabled, would output the actual queries generated for FireStore. Would make it a bit easier to see what's expensive and whatnot.
0xMostafa commented
I've the same issue