v3.1.0
v3.1.0 Changelog
NEW - Dynamic Links
- We now officially have support for Dynamic Links for both android and iOS, check out the docs for more info. @omer88
Firestore
- Full query support for startAt, startAfter, endAt and endAfter - including DocumentSnapshot - 2702795
- Correctly support dates, GeoPoints and other types in
where
clause - 6ae0049 - [ios] Correctly apply integer limits - d8fd09a
Storage
- [android] Fixed
putFile
issue withcontent://
paths - #572 - [ios] Fixed
RNFirebaseStorage.m
compilation issue - #570 - [android] Refactored to get upload progress to report total bytes correctly - cf93490 @peterdivvito
Other
We're now on Open Collective - see the readme section for or visit https://opencollective.com/react-native-firebase if you'd like to support ongoing development and maintenance of this library.
Upgrading from v3.0.x
- Install latest version from npm / yarn:
npm install react-native-firebase@latest
- iOS:
- Remove your
ios/Pods
directory and re-runpod install
.
- Remove your
- Android:
- Re-build android app via Android Studio or
react-native run-android
- Re-build android app via Android Studio or