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 e2c6024 commit 0d68345Copy full SHA for 0d68345
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: trigger functions deploy
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.
scripts/ci-test/deploy-if-needed.ts
@@ -15,6 +15,11 @@
15
* limitations under the License.
16
*/
17
18
+/**
+ * Deploy Firebase project config files (functions, rules) to CI
+ * test project if there have been any changes to them.
+ */
import { resolve } from 'path';
import chalk from 'chalk';
import simpleGit from 'simple-git';
0 commit comments