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

feat: Add freeze property to CollectionReference and DocumentReference #262

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

alimd
Copy link
Member

@alimd alimd commented Jul 3, 2024

The code changes introduce a new freeze property to both the CollectionReference and DocumentReference classes. This property allows the collection or document data to be frozen, preventing it from being saved. The purpose of this change is to provide control over the save behavior when the data should not be modified or saved temporarily.

The code changes introduce a new `freeze` property to both the `CollectionReference` and `DocumentReference` classes. This property allows the collection or document data to be frozen, preventing it from being saved. The purpose of this change is to provide control over the save behavior when the data should not be modified or saved temporarily.
@alimd alimd self-assigned this Jul 3, 2024
@alimd alimd enabled auto-merge July 3, 2024 19:48
@alimd alimd merged commit a58c5c5 into next Jul 3, 2024
3 checks passed
@alimd alimd deleted the feat/freeze branch July 3, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant