#76 React Native Infinite Scroll Flatlist | Pagination With Firestore

preview_player
Показать описание
Hello guys in this video you can learn how to create an Infinite scrolling list pagination with firestore in react native application. It is the easiest & best way to do it I think so. So, watch it carefully and make a try.
#InfiniteScroll #InfiniteScrollPagination #InfiniteScrollReactNative #ReactNativeFirebase #Firebase #ReactNative #ErHarinderSingh

Thanks for watching my video. I am trying to do my best, trying to provide best.
Subscribe & press bell icon to get notifications.

Рекомендации по теме
Комментарии
Автор

Exceptional, as always, thank you Er!

jon-michaelnarvaez
Автор

It's very cool guide! Thanks from Russia)))

alexinsaev
Автор

What are your thoughts on setting a default value of false to setLastPost so you don't have to worry about in the ternary statement? Good tutorial btw:)

codewithtae
Автор

The startAfter(lastVisible) when used with a valid where() method is throwing error:
[Error: [firestore/invalid-argument] Client specified an invalid argument. Note that this differs from failed-precondition. invalid-argument indicates arguments that are problematic regardless of the state of the system (e.g., an invalid field name).]

It works fine if I remove where() method in both the functions, however it's not useful in my application without filtering with where()

can anyone help ?
Thankyou

amitshrestha
Автор

can you explain how to add onSnapshot to this? I am trying to get real time updates

cerritosrules