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 1df29bf commit ee04b67Copy full SHA for ee04b67
conformance/runner.js
@@ -65,6 +65,8 @@ const convertInput = {
65
return convertObject(value);
66
} else if (is.array(value)) {
67
return convertArray(value);
68
+ } else if (value === 'NaN') {
69
+ return NaN;
70
} else if (value === 'Delete') {
71
return Firestore.FieldValue.delete();
72
} else if (value === 'ServerTimestamp') {
conformance/test-suite.binproto
270 Bytes
0 commit comments