Skip to content

Operators != and not-in #4399

Answered by mikehardy
Kaycell asked this question in Q&A
Oct 15, 2020 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hi there! Someone else asked about this recently, the first thing to make sure of is that both firebase-android-sdk and firebase-ios-sdk have support - sometimes they add one before the other. In this case I believe they both have it now

Second thing is to find an analogous PR if possible, and with this one we are in luck as there was a PR recently that added a query modifier recently https://github.com/invertase/react-native-firebase/pull/3702/files

If you look through it's basically:

  • modifying the javascript to understand the new query things
  • adding the documentation in the types file
  • implementing it in the two native parts
  • testing

It honestly looked to me like the testing was the lar…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mikehardy
Comment options

@mikehardy
Comment options

@mikehardy
Comment options

@Kaycell
Comment options

@mikehardy
Comment options

Answer selected by mikehardy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants