C
C
chelnokov_a2021-12-30 21:56:46
firebase
chelnokov_a, 2021-12-30 21:56:46

Can I query firebase for filtered data?

Good afternoon. I'm looking for a solution that will replace the backend. Eye fell on firebase. However, those who ran up to the documentation failed to answer the question of whether it would suit me. That's why I want to ask my questions here. Please share your experience.

Can I have a list of objects in the database to get them filtered by child elements.
For example, I have an array of such objects

{
name: 'Ron',
age: 14,
id: 1,
checked: true
}


And I want to get all the objects that have checked = true and at the same time age in the range from 18 to 21

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2022-01-06
@dimonchik2013

https://firebase.google.com/docs/database/rest/ret...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question