f-miyu / Plugin.CloudFirestore

MIT License
121 stars 44 forks source link

WhereArrayContainsAny in iOS wrapper not working #94

Open weinamdev opened 2 years ago

weinamdev commented 2 years ago

Hi,

Thank you for the excellent works on this great plugin.

I found there is an issue when calling WhereArrayContainsAny in iOS but no problem in android, after inspect the code I found the iOS QueryWrapper.cs calls _query.WhereArrayContains instead of _query.WhereArrayContainsAny for the WhereArrayContainsAny method, hope it can be fixed in coming release.

Thank you again.