How to recover data in firebase?

Asked

Viewed 44 times

0

Hello I’m new to firebase, and I’m having trouble recovering some values.

SQL

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

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

firebase

Like I do in firebase?

1 answer

0

What error are you showing? at least in this select the "or" was next to the room field.

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

post the table creation structure also.

  • This is a no sql, accurate firebase.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.