larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

Database module: method equalTo does not work properly #116

Open panmareksadowski opened 5 years ago

panmareksadowski commented 5 years ago

Method equlTo of QtFirebaseDatabaseRequest class does not work properly. Supposed that I have database:

{ "child1":{ "child2":{ "property1":"value" } }

request.child("child1/child2").equalTo("value", "property1").exec() always result not exists snapshot.

larpon commented 5 years ago

@greenfield932 - is this intented usage?