-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Introduce FirestoreAccountStorage #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for these improvements, I only had some minor comments.
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift
Outdated
Show resolved
Hide resolved
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift
Outdated
Show resolved
Hide resolved
Sources/SpeziFirebaseAccountStorage/FirestoreAccountStorage.swift
Outdated
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
==========================================
+ Coverage 3.28% 59.99% +56.72%
==========================================
Files 19 19
Lines 1070 1072 +2
==========================================
+ Hits 35 643 +608
+ Misses 1035 429 -606
... and 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Thank you @Supereg for the additional improvements and merging the PR 🚀 |
# Rework FirestoreAccountStorage implementation ## ♻️ Current situation & Problem This PR fixes several issues identified within #24. As it turns out, we completely forgot to add testing for this component. This follow-up PR addresses some of the issues and adds proper UI testing. ## ⚙️ Release Notes * Fixes several issues with the `FirestoreAccountStorage` module ## 📚 Documentation -- ## ✅ Testing We added testing for the respective components. ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
Introduce FirestoreAccountStorage
♻️ Current situation & Problem
This PR introduces the new FirestoreAccountStorage target that allows you to easily implement an AccountStorageStandard using Firestore.
⚙️ Release Notes
FirestoreAccountStorage
to easily storage additional user data in firestore📚 Documentation
Extensive documentation was added.
Further, I noticed that our documentation builds are not up to date in the Swift package index. This is probably due to an outdated spi.yml. This file was updated as part of this PR.
✅ Testing
TBA
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: