Skip to content

Commit 5361ad3

Browse files
authored
Fix encoding note to not just be about GeoPoints (#107)
1 parent acb068f commit 5361ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/firestore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export function objectToValueProto(data: object) {
222222
'Cannot encode ' +
223223
val +
224224
'to a Firestore Value.' +
225-
' Local testing does not yet support Firestore geo points.'
225+
` Local testing does not yet support objects of type ${val?.constructor?.name}.`
226226
);
227227
};
228228

0 commit comments

Comments
 (0)