You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/UserDataConverter.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ private UserDataConverter() {}
90
90
* @param path path THe field path of the object to encode.
91
91
* @param sanitizedObject An Object that has been sanitized by CustomClassMapper and only contains
92
92
* valid types.
93
-
* @param options Encoding opions to use for this value.
93
+
* @param options Encoding options to use for this value.
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-firestore/src/test/java/com/google/cloud/firestore/DocumentReferenceTest.java
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-firestore/src/test/java/com/google/cloud/firestore/LocalFirestoreHelper.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,10 @@ public static FieldTransform serverTimestamp() {
0 commit comments