-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(types): fix file blob type for uploadFile and uploadFiles (#950) - @rscotten * chore(docs): cleanup minor typo in useFirestoreConnect.md (#949) - @gregfenton * chore(tests): fix typo "merge" to "merges" in reducer test file (#948) - @yukimurasawa * chore(docs): remove note about populate not being supported in firestore (#915) * chore(examples): clarify explanation in `watchEvent` example snippet (#910) * chore(docs): add correct syntax highlighting to example in firestore.md * chore(build): improve lint command * chore(build): only require jsdoc comments in source Co-authored-by: Richard Scotten <[email protected]> Co-authored-by: gregfenton <[email protected]> Co-authored-by: yukimurasawa <[email protected]> Co-authored-by: yukimurasawa <[email protected]>
- Loading branch information
1 parent
4e1813a
commit 8b7aa36
Showing
17 changed files
with
291 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,6 @@ lib/** | |
_book/** | ||
_site/** | ||
docs/** | ||
index.d.ts | ||
index.d.ts | ||
examples/** | ||
test/utils.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.