Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try catch for datastore write #5833

Merged
merged 10 commits into from
Apr 17, 2024
Merged

Try catch for datastore write #5833

merged 10 commits into from
Apr 17, 2024

Conversation

argzdev
Copy link
Contributor

@argzdev argzdev commented Apr 4, 2024

Proposed fix for issue #5802. Datastore crashes when writing from a device that has full internal memory.

I did a manual test by creating a clean project and importing the part of the code with the condition checkers to simulate the issue. I was able to receive the issue stacktrace the developer was encountering and was able to verify that the try catch condition mitigates the issue.

@argzdev argzdev requested a review from mrober April 9, 2024 09:07
Copy link
Contributor

@mrober mrober left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davidmotson davidmotson merged commit ec9b699 into firebase:master Apr 17, 2024
18 of 20 checks passed
@firebase firebase locked and limited conversation to collaborators May 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants