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
I am working on an Angular application using the following versions:
@angular/fire: 7.5.0
@angular/core: 15.2.0
firebase: 9.17.1 Node.js: v20.11.1
I am implementing pagination for a Firestore query using startAfter with lastVisible, which is expected to be a DocumentSnapshot. While the logic works in most cases, i get this error:
TypeError: Hn is not a functionor its return value is not iterable
at index.esm2017.js:19940:33
at Ul (index.esm2017.js:19951:5)
at $l._apply (index.esm2017.js:19876:19)
at Rl (index.esm2017.js:19608:30)
at angular-fire.js:227:48
at angular-fire.js:160:59
at _ZoneDelegate.invoke (zone.js:372:26)
at Zone.run (zone.js:134:43)
at NgZone.runOutsideAngular (core.mjs:24159:28)
at runOutsideAngular (angular-fire.js:160:35)
Here is the code I used for pagination:
I am working on an Angular application using the following versions:
@angular/fire: 7.5.0
@angular/core: 15.2.0
firebase: 9.17.1 Node.js: v20.11.1
I am implementing pagination for a Firestore query using startAfter with lastVisible, which is expected to be a DocumentSnapshot. While the logic works in most cases, i get this error:
The text was updated successfully, but these errors were encountered: