Skip to content

Commit

Permalink
Add firestore 2nd gen triggers (#1358)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
colerogers committed Mar 22, 2023
1 parent 6128e50 commit 3efab1d
Show file tree
Hide file tree
Showing 17 changed files with 11,037 additions and 2,989 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -9,3 +9,4 @@ node_modules
/dist/
/spec/fixtures
/scripts/**/*.js
/protos/
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -0,0 +1 @@
- Add firestore 2nd gen triggers (#1358).

0 comments on commit 3efab1d

Please sign in to comment.