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 cd5db38 commit 33a45beCopy full SHA for 33a45be
config/functions/index.js
@@ -19,6 +19,8 @@ const assert = require('assert');
19
const cors = require('cors')({ origin: true });
20
const functions = require('firebase-functions');
21
22
+// FIXME: test
23
+
24
/*
25
* These backend test helpers are copied from the iOS and Android SDKs, but are
26
* not all implemented as tests in the JS SDK yet.
0 commit comments