Skip to content

Commit b581676

Browse files
chemelnucfintseaver
authored andcommitted
Firestore field path from_string documentation (googleapis#5121)
1 parent dd4b646 commit b581676

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

firestore/google/cloud/firestore_v1beta1/_helpers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ def __repr__(self):
137137
def from_string(string):
138138
""" Creates a FieldPath from a unicode string representation.
139139
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+
140144
Args:
141145
:type string: str
142146
:param string: A unicode string which cannot contain

0 commit comments

Comments
 (0)