I am using Firestore pagination with 10 documents limit and prev & next button for my job list. It works well.
Now I would need to add a job detail (separate page) with back button to job list. My question is, if it's possible to get back on job list with last loaded 10 documents (before click to job detail) please? I cannot find any tutorial on this. Many thanks