mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-06 09:31:22 +08:00
### Summary Add methods arrayRemove and arrayUnion to work with arrays in firestore. Fixes #1389 ### Checklist * [x] Supports `Android` * [x] Supports `iOS` * [x] `e2e` tests added or updated in [/tests/e2e/*](/tests/e2e) * [x] Updated the documentation in the [docs repo](https://github.com/invertase/react-native-firebase-docs) https://github.com/invertase/react-native-firebase-docs/pull/134 * [x] Flow types updated * [x] Typescript types updated