Hi!
I know how to filter data by one thing as filter cars object by address
but how could I filter data by two or more things as filter cars object by address + type of car + time of work?
my solution which I think about is getting all data in array[object] and with if I could filter them
and save them in arrayFiltered[object]!
syedfa
2
@abdallah.nsir Thanks very much for your question!
I did some digging into your question, and found out that there are different ways of doing this:
-
What you can do is execute one orderBy().startAt()./endAt()
on the server, pull down the remaining data and filter that in Swift in your app.
-
An interesting third party solution I found to your problem is QueryBase, an open source tool created precisely to solve your problem
I hope this helps!
All the best!
system
Closed
3
This topic was automatically closed after 166 days. New replies are no longer allowed.