Replies: 1 comment 5 replies
-
Hi there! These are pretty heavily tested and I believe they run on android and ios each time we merge code, is there some test case we are missing?
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a query like this:
const conversations = await firestore().collection('Conversations').where('type', '==', 'GROUP').where('participants', 'array-contains', getData('userDetails').id).get(); return conversations.docs;
On Android, this returns the documents as expected, but on iOS it always returns an empty array.
Same thing happens when I try using array-contains-any.
Beta Was this translation helpful? Give feedback.
All reactions