smallkirby/wywiwya

βš‘οΈπŸ’„ Use pagination for history search

Closed this issue Β· 2 comments

βš‘οΈπŸ’„ Use pagination for history search

Pagination is relatively hard due to the limitation of Firestore.

It has not kinda offset query. Instead, we have to give them the previous/next pointer of documents as a query.

Hence, prev/next type index is easy, but arbitrary pagination is hard. Remove this issues from mileston v0.2.0.

I noticed that user.kusa’can be used for pagination.