You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Version 7.21.0 - September Firestore added not-in and != query operators for use with .where().
not-in finds documents where a specified field’s value is not in a specified array.
!= finds documents where a specified field's value does not equal the specified value. Neither query operator will match documents where the specified field is not present.
Since Version 7.21.0 - September Firestore added not-in and != query operators for use with .where().
https://firebase.google.com/support/release-notes/js#version_7210_-_september_17_2020
Include these two operators in Where clause in these Script should be allowed.
Thanks
The text was updated successfully, but these errors were encountered: