Skip to content

Commit

Permalink
feat: require firebase 10.5.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Oct 12, 2023
1 parent 52949b2 commit f2de35d
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 931 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn add react-firehooks

## Compatibility

- [firebase](https://www.npmjs.com/package/firebase): 9.11.0 or later
- [firebase](https://www.npmjs.com/package/firebase): 10.5.0 or later
- [react](https://www.npmjs.com/package/react): 16.8.0 or later

## Usage
Expand Down
5 changes: 5 additions & 0 deletions migrations/v4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Migrate from v3 to v4

## Peer dependency

This library now requires firebase 10.5.0 or later
Loading

0 comments on commit f2de35d

Please sign in to comment.