I am trying to use the following code:
FirebaseFirestore.instance.collection('alerts').where('acknowledge', arrayContains: user?.uid).snapshots();
but I need arrayContains to be arrayNotContains? Is there a simple way to do this? I have done a search and it seems others have struggled with the same issue.