Skip to content

Commit 33a45be

Browse files
committed
Add functions
1 parent cd5db38 commit 33a45be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/functions/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const assert = require('assert');
1919
const cors = require('cors')({ origin: true });
2020
const functions = require('firebase-functions');
2121

22+
// FIXME: test
23+
2224
/*
2325
* These backend test helpers are copied from the iOS and Android SDKs, but are
2426
* not all implemented as tests in the JS SDK yet.

0 commit comments

Comments
 (0)