We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb068f commit 5361ad3Copy full SHA for 5361ad3
src/providers/firestore.ts
@@ -222,7 +222,7 @@ export function objectToValueProto(data: object) {
222
'Cannot encode ' +
223
val +
224
'to a Firestore Value.' +
225
- ' Local testing does not yet support Firestore geo points.'
+ ` Local testing does not yet support objects of type ${val?.constructor?.name}.`
226
);
227
};
228
0 commit comments