Nate Petersen
Nate Petersen
### Description **Expected Result:** When round-tripping a `Timestamp` through Firestore, it is exactly the same before and after. **Actual Result:** The nanosecond field of the `Timestamp` is consistently different. **Why...
### Description I'll preface this by saying that I am using the Firebase emulator. I am also running this code in a unit test that is not running inside the...
### Description In Swift, if you call `Firestore.terminate()` and then something manages to access Firestore after that, it crashes the app with the following message: ``` *** Terminating app due...
# Summary When attempting to extract some zip files, the process is failing with the error `invalidCRC32`. However, when I check the zip file on my Mac using `unzip -t`,...
# Summary Some of the zip files produced by our app include empty directories. I think by default those wouldn't be included in the archive, but we explicitly add them...