How to recover data in firebase?

0

Hello, I'm new to firebase, and I'm having difficulty recovering some values.

SQL

select * from aparmanto where andar< 22 or quarto=>2;

select * from aparmanto where andar> 22 and quarto=>2;

firebase

How do I do in firebase?

    
asked by anonymous 09.08.2018 / 10:30

1 answer

0

What error are you having? at least in that select the "or" was next to the fourth field.

select * from aparmanto where andar< 22 or quarto=>2;

post the table creation structure as well.

    
09.08.2018 / 15:33