Uh oh!
There was an error while loading. Please reload this page.
Should allow an equalTo query with a 'null' value so that the client … - #136
Should allow an equalTo query with a 'null' value so that the client …#136johnlim wants to merge 1 commit into
Conversation
…is able to query for data that does not have a specific key.
JGSolutions
commented
Jun 28, 2017
@johnlim |
johnlim
commented
Jun 30, 2017
@JGSolutions like this: |
tjmonsi
commented
Sep 21, 2017
This might have bad side effects where a particular value in the database would have a string "null" (which I don't know why they would do that but it will happen) But having another flag called equal-to-null might be hackish in a sense that it is not really part of the firebase doc spec. I don't know if it is possible to have it this way and have it |
merlinnot
commented
Jan 5, 2018
According to the official docs it’s perfectly fine pass It was introduced in #98 as a fix to #59 by @mbleigh It seems to me that the comparison should be made against I’ll try to make a PR for this in the coming days. |
jared-unify
commented
Feb 14, 2018
This would be helpful. Can this be merged now? |
…is able to query for data that does not have a specific key.
I believe there should a more elegant solution but this works and we have a test in place.