Commit Graph

13 Commits

Author SHA1 Message Date
Russell Wheatley
dc7f9213c0 feat(firestore): support limitToLast query filter (#3702)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-06-22 12:14:19 +01:00
Russell Wheatley
405e04009c fix(firestore): update isEqual API to check collection path equality (#3738)
* fix(firestore): update isEqual check

* test(firestore): test isEqual condition

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
[publish]
2020-06-03 13:57:07 +01:00
Mike Diarmid
e427fcfd9b chore: github actions (#3472) 2020-04-17 14:54:16 +01:00
Russell Wheatley
13e9c86c24 bug(firestore): fix multiple cursor query
* fixed, fieldPath:'__name__' should be added once for queries with multiple cursors

* fixed es-lint errors

* test(firestore): test for multiple query

Co-authored-by: Mohammed Maaz <maazproductions25@gmail.com>
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-02-11 08:40:46 +00:00
ehesp
a3aaff353f fix(firestore): use document path when querying by collection group #3063 2020-02-03 15:17:22 +00:00
Mike Diarmid
42e034c480 feat(firestore): array-contains, array-contains-any & in filters (#2868)
* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
2019-11-24 18:21:38 +00:00
Mike Diarmid
a5da0107ff fix(firestore): correctly apply internal __name__ query modif… (#2866)
* fix(firestore): correctly apply internal `__name__` query modifier (fixes #2854)

* chore(tests): cleanup unnecessary code
2019-11-13 17:24:51 +00:00
ehesp
f520406520 [firestore] Apply ID cursor when no orders 2019-10-16 09:35:43 +01:00
Salakar
8dc6e830c0 [firestore] Fix FirestoreQuery/FirestoreQueryModifiers incorrectly mutating previous query instances when chaining (fixes #2691) 2019-10-07 05:14:36 +01:00
Ilja Daderko
b40d44c57e Move commons into /app (#2486)
* stash

* move commons into the app
2019-08-14 13:42:08 +03:00
Salakar
f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
Salakar
d1cb92f532 [firestore] fix linting, flow & ts issues 2019-07-12 15:22:01 +01:00
Elliot Hesp
1e1de2bd04 v6 Implement Cloud Firestore (#2319) 2019-07-12 14:12:53 +01:00