StanfordSpezi / SpeziFirebase

Google Firebase Spezi Modules
https://swiftpackageindex.com/StanfordSpezi/SpeziFirebase/documentation/
MIT License
4 stars 2 forks source link

Crash when attempting to save data to Firebase #37

Closed vishnuravi closed 3 months ago

vishnuravi commented 3 months ago

Description

In the LifeSpace project, users are reporting that the app occasionally crashes while saving HealthKit data to Firebase in the background. The crash log shows the error as occurring in the setData function (see crash log below):

Screenshot 2024-07-10 at 10 51 04 AM

Reproduction

Install the LifeSpace application, authorize access to HealthKit data, and place the app in the background.

Expected behavior

Should not crash.

Additional context

No response

Code of Conduct