We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4b646 commit b581676Copy full SHA for b581676
1 file changed
firestore/google/cloud/firestore_v1beta1/_helpers.py
@@ -137,6 +137,10 @@ def __repr__(self):
137
def from_string(string):
138
""" Creates a FieldPath from a unicode string representation.
139
140
+ This method splits on the character `.` and disallows the
141
+ characters `~*/[]`. To create a FieldPath whose components have
142
+ those characters, call the constructor.
143
+
144
Args:
145
:type string: str
146
:param string: A unicode string which cannot contain
0 commit comments