Describe how you've tested these changes. Link any manually triggered Integration tests or CPP binary SDK Packaging Github Action workflows, if applicable.
Testing locally
Type of Change
Place an x the applicable box:
[x] Bug fix. Add the issue # below if applicable.
[ ] New feature. A non-breaking change which adds functionality.
[ ] Other, such as a build process or documentation change.
Notes
Bug fixes and feature changes require an update to the Release Notes section of release_build_files/readme.md.
Changes to the public API require an internal API review. If you'd like to help us make Firebase APIs better, please propose your change in a feature request so that we can discuss it together.
Description
On Android, handle the underlying SDK returning a negative fetch time. On iOS, fix throttled_time initialization issues.
Fixes this Unity issue, since the incorrect values were getting added to TimeSpans, which caused exceptions to be thrown: https://github.com/firebase/firebase-unity-sdk/issues/1058
Testing
Testing locally
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.