Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues writing to Firestore (StanfordSpezi#46)
# Fix firestore rules ## ♻️ Current situation & Problem The firestore rules were ill-formatted and therefore all write to the firestore simulator were rejected. This PR fixes this problem by updating the `firestore.rules` configuration to include the version information and fixing syntax issues. ## ⚙️ Release Notes * Fixed issues writing to Firestore ## 📚 Documentation -- ## ✅ Testing -- ## 📝 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).
- Loading branch information