Replies: 2 comments 2 replies
-
Hi there! General support for firebase / firestore is on stackoverflow, where you will frequently get answers from the upstream google firebase team members. If you are just starting out with firestore, I highly recommend the firebase team's youtube channel, they have series of videos on each of the firebase technologies including firestore of course, and there are also codelabs where you can play around with the queries to see how things work. |
Beta Was this translation helpful? Give feedback.
-
This link explains taking advantages of merging indices, but it doesn't seem to work A few people having the same issue
So I ended up with
And I got 30 indices, that's crazy! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a collection of realestate posts in Firestore. Every post has bunch of fields: number of bed rooms, number of restrooms, gross area, project, completion status, door direction, balcony direction, for sale/lease, price, floor, code, address, type of legal paper, with or without interiors and many more.
I have a filter button which allow users to enter the number of bedrooms, floor, price range... any of the realestate post's fields then filter the list. This is very simple in SQL query, but I'm not sure what can I do with Firestore.
Should I create indices for any combination of realestate post fields that the user may filter?
Beta Was this translation helpful? Give feedback.
All reactions