Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database module: method equalTo does not work properly #116

Open
panmareksadowski opened this issue Jul 4, 2019 · 1 comment
Open

Database module: method equalTo does not work properly #116

panmareksadowski opened this issue Jul 4, 2019 · 1 comment
Labels

Comments

@panmareksadowski
Copy link

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 Larpon changed the title Database module: methodequalTo does not work properly Database module: method equalTo does not work properly Jul 4, 2019
@Larpon Larpon changed the title Database module: method equalTo does not work properly Database module: method equalTo does not work properly Jul 4, 2019
@Larpon Larpon added the bug label Jul 4, 2019
@Larpon
Copy link
Owner

Larpon commented Jul 4, 2019

@greenfield932 - is this intented usage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants