labbots / firestore-export-json

Convert google firestore/datastore LevelDB exports to JSON data.
MIT License
90 stars 23 forks source link

try/except correction #2

Closed cuzureau closed 3 years ago

cuzureau commented 3 years ago

You didn't check if 'stringValue' exists in entry['value']. That created a crash. Also EAFP !