-
-
Notifications
You must be signed in to change notification settings - Fork 15
Completely NOT live data [Feature Request] #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfirestore paginationOnly affects Firestore paginationOnly affects Firestore paginationhelp wantedExtra attention is neededExtra attention is neededrealtime-db paginationOnly affects Realtime Database paginationOnly affects Realtime Database pagination
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfirestore paginationOnly affects Firestore paginationOnly affects Firestore paginationhelp wantedExtra attention is neededExtra attention is neededrealtime-db paginationOnly affects Realtime Database paginationOnly affects Realtime Database pagination
It would be really great to have an option with no stream - just loaded data and not updated.
Even when I set isLive to false the documents are updated when they are changed and also removed when document is deleted. I will point to paginate_firestore where if you set isLive to false it's really not live. So it would be great to have 3 options:
Reason: To avoid excessive reads when documents are updated in firestore.
This feature should also come with this feature to allow refresh when needed.