Closed guvanch07 closed 6 months ago
thats legit my question lol, as im currently facing an issue when filtering by geopoints.
Hello @guvanch07 @tiltmaster!
Thank you for your comments!
As you can see in README, currently limit
and orderBy
queries are not supported because of the geo hash query algorithm and Cloud Firestore query limitations. Unfortunately, for the same reason, pagination query is not possible! (We can not order by the query result, so we can not get paginated result.)
If you have any ideas, PRs are always welcome!
Thank you!
Hello @guvanch07 @tiltmaster!
Thank you for your comments!
As you can see in README, currently
limit
andorderBy
queries are not supported because of the geo hash query algorithm and Cloud Firestore query limitations. Unfortunately, for the same reason, pagination query is not possible! (We can not order by the query result, so we can not get paginated result.)If you have any ideas, PRs are always welcome!
Thank you!
Much appreciated, honestly im just tired of how limited firebase is, a Migration is definitely now in order to supabase.
Thanks.
I would like to do pagination by adding limit and startDocument queries but didn't work