[cloud_firestore] implementation of FieldPath.of()
#6612
Unanswered
Reprevise
asked this question in
Feature request
Replies: 1 comment
-
Can we also support FieldPath in the update method like in JS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I'm trying to update a field that has special characters in its name. The error message says to use
FieldPath.of()
which does not exist.Error message:
I've referenced this answer from a Firebase engineer who says it's currently not possible to query/update a field that contains special characters since there's no wrapper for
FieldPath.of()
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The field should be created/updated.
Beta Was this translation helpful? Give feedback.
All reactions