Skip to content

Commit 3efab1d

Browse files
authored
Add firestore 2nd gen triggers (#1358)
* adding proposal stuff * adding basic functionality with complied protos * pulled out common code into module and added more tests * added the rest of the tests * fixing tsconfig * move protos to root * update eslint ignore * adding export things * add tsdoc strings for dev docs * add changelog entry * fix snapshot creation for null docs, add script to protos * update script * update readme * update error message to include datacontenttype * formatter
1 parent 6128e50 commit 3efab1d

17 files changed

+11037
-2989
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
/dist/
1010
/spec/fixtures
1111
/scripts/**/*.js
12+
/protos/

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add firestore 2nd gen triggers (#1358).

0 commit comments

Comments
 (0)