Gzip binary blob data from Firebase – convert in Python?
I am using the Python client to query Firestore data and the data is stored in a gzip (compressed) format encoded. I am not sure what the encoding is but using Pako ungzip in Typescript and Base64 decoding solves it.