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

Firestore feature missing #155

Open
dsl400 opened this issue Feb 7, 2023 · 1 comment
Open

Firestore feature missing #155

dsl400 opened this issue Feb 7, 2023 · 1 comment
Labels

Comments

@dsl400
Copy link

dsl400 commented Feb 7, 2023

I could not find any information about deleteField and arrayUnion
Also updating nested document field ('level0.level1.level2') does not work

@dsl400 dsl400 added the question label Feb 7, 2023
@LaughDonor
Copy link
Collaborator

You can delete a field by updating a document and providing all the fields without the one you want to delete, and not use the mask flag.

How did you try to update the nested document field? Can you please elaborate on the code with the simple example, @dsl400? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants