Skip to content

Instantly share code, notes, and snippets.

@dukenmarga
Created July 28, 2023 03:50
Show Gist options
  • Save dukenmarga/f7e5f0e66df908221ae81be0c30ae47a to your computer and use it in GitHub Desktop.
Save dukenmarga/f7e5f0e66df908221ae81be0c30ae47a to your computer and use it in GitHub Desktop.
Firebase Downside

Can't use multiple equal or not equal

❌ We cannot use more than 1 NOT_EQUAL operator

allPost, err := fsClient.Collection("posts").
    Where("name", "!=", "post").
    Where("name", "!=", "quote").
    Documents(ctx).
    GetAll()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment