Closed eightyfive closed 6 years ago
I've used Geofire with Firebase 4 with no issues what so ever, seriously, I'd say yes it's supported (even though the peer dependency hasn't been updated to reflect that).
Same concern here but will give it a shot.
Thanks for checking, in the future feel free to submit a PR to fix it and we're happy to merge!
Version info
Firebase: ^4.1.3
GeoFire: ^4.1.2
Test case
I am using geofire latest with firebase 4.x.x and it seems to work, although the firebase peer dependency listed version is lower:
^2.4.0 || 3.x.x
.So my question is: Is Firebase 4.* officially supported?
Steps to reproduce
npm ls
npm ERR! peer dep missing: firebase@^2.4.0 || 3.x.x, required by geofire@4.1.2
Expected behavior
No warning/error in terminal.
Actual behavior
Warning/error in terminal.