Skip to content

Commit 8596428

Browse files
authored
Add support for Cloud Functions for Firebase (#444)
1 parent 4929283 commit 8596428

File tree

13 files changed

+4290
-32
lines changed

13 files changed

+4290
-32
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
run: |
9494
yarn config set yarn-offline-mirror ~/.npm-packages-offline-cache
9595
yarn install --frozen-lockfile --prefer-offline
96+
- name: Install deps for functions
97+
run: npm install
98+
working-directory: ./functions
9699
- name: Firebase emulator cache
97100
uses: actions/cache@v2
98101
with:

docs/reference/modules/index.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/modules/sdk.md

Lines changed: 82 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)