You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update firestore.dart to fix pagination with document snapshot
When paginating you can either pass an array of field values for. the cursor document, or you can pass a single `DocumentSnapshot` object. The code samples for using a `DocumentSnapshot` call the wrong function, and this PR fixes that.
0 commit comments