Infinite Scroll Pagination Tutorial with Firestore (part 2)

  Рет қаралды 14,838

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 75
@pratikwadekar4981
@pratikwadekar4981 3 жыл бұрын
Your tutorials and way of explaining the things is just phenomenal. Would love to see the pagination with page numbers too.
@cubedev4838
@cubedev4838 3 жыл бұрын
Yeah i would like to see that too
@mosesadongo6403
@mosesadongo6403 3 жыл бұрын
Me too, I'd love that
@leopoldblau3744
@leopoldblau3744 3 жыл бұрын
That’d be great, yes. I suppose you’ll have to figure out how many documents there are in the DB and how many you want to display per „page“. Then you’ll have the number of pages for the pagination. Not sure, but when you have the number of docs you’ll need to load per page, there should be a method to then fetch an area of docs from firebase. Every doc you want to fetch should also be multiplied by the page number to fetch the right docs per page. This could be a good start to go about it, I guess.
@SusanthCom
@SusanthCom 3 жыл бұрын
Yes. Pagination with numbers, first, last, next, previous, ... Please ❤️❤️❤️ Thanks 👍 for the wonderful work
@JohnKomarnicki
@JohnKomarnicki 3 жыл бұрын
Another great video! Definitely inspired me into creating web development content here on YT. Thanks for all the content over the years!
@GameCrawl
@GameCrawl 3 жыл бұрын
Yes, using page number like 1,2,3,4,5 at the bottom is something that we would like to see. Really hope that you can add this feature in your pagination course...
@ayushdedhia25
@ayushdedhia25 3 жыл бұрын
What a dedicated video on pagination tutorial 🔥🔥🔥! Love from India ❤️🇮🇳🇮🇳🇮🇳
@LiquidMasti
@LiquidMasti 3 жыл бұрын
+1
@techjavaid6177
@techjavaid6177 3 жыл бұрын
Guru of guru's, My only KZbinr, THE Net Ninja ❤❤❤
@maskman4821
@maskman4821 3 жыл бұрын
The best all around instructor / teacher that anyone could ever have !!!
@mahinhossen4251
@mahinhossen4251 3 жыл бұрын
Your code is beauty. I can never imagine myself doing such a clean code that is this easy to understand.
@ridl27
@ridl27 3 жыл бұрын
ty.
@robustsauce3349
@robustsauce3349 3 жыл бұрын
I am coming to React from Android development. This was one of the most helpful KZbin programming tutorials I have seen. Thanks!
@el32rp2
@el32rp2 3 жыл бұрын
Shaun, please update the Modern Javascript tutorial from UDEMY and also please create new courses on UDEMY. I will buy all of them. Your tutorials are very short and very well explained and not boring at all !
@maskman4821
@maskman4821 3 жыл бұрын
yeah, I love short tutorials, easy to understand and pick up !!!
@NetNinja
@NetNinja 3 жыл бұрын
Hey, I am currently updating the course, big update coming soon :D
@volkankahraman_
@volkankahraman_ 3 жыл бұрын
I don't think there is a way to implement page number pagination system without reducing cost working with firestore. Because it is nosql based and you can't query with index numbers. And also if you want to learn count of documents for numbered pagination you should read all of the docs in collection. But if you can find a way pls share thank you so much for the good work. Very much appreciated.
@HoangNguyen85
@HoangNguyen85 3 жыл бұрын
thank you very much for the clearly tutorial. I'm not an English native, but your voice is very easy to listen
@mrMinstrel
@mrMinstrel 3 жыл бұрын
As always...many thanks for sharing your knowledge!
@htmlfivedev
@htmlfivedev Жыл бұрын
Awsome job ... as usual!! Thanx ... plz give us the one with page numbers also ...
@aljon7992
@aljon7992 3 жыл бұрын
Thanks teacher ninja :)
@dennyh66
@dennyh66 3 жыл бұрын
Great stuff! Waiting for that page number pagination!
@dm.hol.3624
@dm.hol.3624 3 жыл бұрын
Hi! You're pretty cool in explaining things and your British accent sounds funny so I would really like to see next series about pagination. Here's my like and subscription.
@musfiquenishad
@musfiquenishad 3 жыл бұрын
Please make a tutorial on how to upload multiple files/images in firebase with react👏🙏🙏
@lancer7344
@lancer7344 3 жыл бұрын
Net Ninja The best of the best
@fidellistaz766
@fidellistaz766 3 жыл бұрын
Since you are the best teacher on all platforms ,,, can you give us some advice on how we can learn coding efficiently and be good like you are ?
@khanhld8376
@khanhld8376 3 жыл бұрын
let triggerHeight = Math.ceil(container.scrollTop + container.offsetHeight); if not infinitie scroll
@igdev6095
@igdev6095 3 жыл бұрын
Did you do pagination with page numbers? I'm looking for this :(
@smartydude2157
@smartydude2157 3 жыл бұрын
Great work😍👍👍 please it's request make next series on GSAP javascript animation 😊
@aixoxa
@aixoxa 3 жыл бұрын
I will do that on my channel u can check it out
@smartydude2157
@smartydude2157 3 жыл бұрын
Thank brother ❤️😊
@ManjeetKumar-ut5tu
@ManjeetKumar-ut5tu 3 жыл бұрын
Awesome work Team
@mrgrossartig
@mrgrossartig 3 жыл бұрын
Great second part.
@vedprakash-zz6hb
@vedprakash-zz6hb 3 жыл бұрын
Liked it . very good code . I would like to see pagination also.
@aixoxa
@aixoxa 3 жыл бұрын
Hey Shaun really great tutorial I have a similar channel like yours but not as great like yours would love it if one day we could collaborate thank you for all the free and value content you share 🙌🙏
@thinkthinnk
@thinkthinnk 3 жыл бұрын
@maskman4821
@maskman4821 3 жыл бұрын
Thank you Shaun for this fantastic tutorial serise, this is what I been wanting to know, but in real world case we don't necessarily use firebase as backend, if we implement our express/node backend how do we limit number of items to be fetched by browser ??? and I have request regarding pwa, the technology that will transform web development in the future, can you do a tutorial about workbox, push notification, fetching dynamic data (remote api) and store in browser storage such as indexdb (using 3rd party library such as localbase) with service worker for complete offline access ??? pwa is adopted widely these days, corporations, companies, startup, indie developers, freelancers are using this technology to build native alike web apps, yeah it is a topic that every web developer has to master, hopefully Shaun can create a series, thank you in advance !!!
@vuongtran5799
@vuongtran5799 3 жыл бұрын
Great videos for newcomer to firebase, I wonder how can we paginate like this and has a realtime message come up like chat app?
@Alex-xw5bc
@Alex-xw5bc 3 жыл бұрын
Can you make a video on firebase analytics and storage?
@geniushumans5114
@geniushumans5114 3 жыл бұрын
bro please please make a series on three js. Love from India ❤❤😁
@XanderJames1705
@XanderJames1705 3 жыл бұрын
Nice job, and very well explained. Hope to see more of these amazing tutorials. Could you make a video of this implementation of an infinite scroll with React??? Best regards from Ecuador
@narjeetsingh4713
@narjeetsingh4713 3 жыл бұрын
Dear Shaun Sir ! --- Please make new series on GSAP or BARBA JS
@aixoxa
@aixoxa 3 жыл бұрын
I think I will do that on my channel feel free to check it out
@narjeetsingh4713
@narjeetsingh4713 3 жыл бұрын
@@aixoxa ---I am appreciate your thinking. But i humble request to Shaun sir because i learn many things from Net Ninja channel.
@aixoxa
@aixoxa 3 жыл бұрын
@@narjeetsingh4713 its OK me too thanks bro
@karaokeprosinger2135
@karaokeprosinger2135 Жыл бұрын
Hi, what about infinite scroll real-time data? Like using onSnapshot.
@ninjanav
@ninjanav 3 жыл бұрын
gave you a like before i even started watching cuz i already know it's gna be a great tutorial... woo!!! :D
@vpr95
@vpr95 3 жыл бұрын
The explanation is awesome, but I wonder how live data can be handled by this method of remembering last loaded document, while a new document maybe inserted to the top. 🧐🤔
@ridl27
@ridl27 3 жыл бұрын
noone cares if you 1st or 228th, just say "thank you", wtf xD
@madmaxdev
@madmaxdev 3 жыл бұрын
Tutorial on CI/CD please!
@igdev6095
@igdev6095 3 жыл бұрын
You can make a video how to link firebase images storage width firebase authentication?
@channel-ol1yn
@channel-ol1yn 3 жыл бұрын
great tutorial.
@getayebiyaznlgn6927
@getayebiyaznlgn6927 3 жыл бұрын
great tutorial, but I have one doubt ... I wanna make each listed item clickable and display some content but how can I get items id? Help me please
@cubedev4838
@cubedev4838 3 жыл бұрын
Can u continue this series and make pagination number?
@ebrahimabdo7945
@ebrahimabdo7945 Жыл бұрын
What if i have filter fields? must i make a request with a new value to query?
@arscslvt
@arscslvt 3 жыл бұрын
Thanks for this tutorial, it was useful but I have to show my latest posts from firebase. If I use .orderBy("date", "desc") it doesn't work because "desc" parameter. How can I solve it?
@aryagoswami4152
@aryagoswami4152 3 жыл бұрын
If only KZbin allowed me cast 10 likes, instead of one!
@MeetPatelOfficial
@MeetPatelOfficial 3 жыл бұрын
Sir ! Please Make A this Same Operation in Firebase Real-time Database
@רועיגלוטמן
@רועיגלוטמן 3 жыл бұрын
do you can make tutorial for firebase storge?
@Pompinflompis
@Pompinflompis 3 жыл бұрын
Can you include a search form to this model in a following video? Thank you so much for this tutorial, it is a game changer
@gbo10001
@gbo10001 2 жыл бұрын
hi there, i noticed you didn't recycle the batch so it will accumulated and will cause memory leaks eventually. how to solve that?
@enekorodrigueztimon7966
@enekorodrigueztimon7966 3 жыл бұрын
Hi, im applying this to a project where i need to use 'desc' in the order by. But this does bring me any data while if i remove the 'desc' it works fine. Its seems that it dont work with the startAfter, is there any solution?
@islaahtv5717
@islaahtv5717 3 жыл бұрын
Hello sir, Waiting for vue 3 tutorials. :)
@farhan_2467
@farhan_2467 3 жыл бұрын
Next, sapper with firebase....
@Etheriiss
@Etheriiss 3 жыл бұрын
Shaun are you willing to make more paid courses on Udemy? Maybe more in depth and little bit harder thing abourt React to make more complex and better applications? :D
@BrunoTran
@BrunoTran 3 жыл бұрын
did anyone notice, if we orderby desc, it doesn't work anymore ?
@ilhamvocalovi6879
@ilhamvocalovi6879 2 жыл бұрын
Mine is still work
@derekchan1045
@derekchan1045 2 жыл бұрын
You need to build an index.
@anisking2331
@anisking2331 3 жыл бұрын
Help
@zakidzz
@zakidzz 3 жыл бұрын
a like for every vedio you make thank you
@NetNinja
@NetNinja 3 жыл бұрын
Thanks so much :)
@devilsecptorwise4380
@devilsecptorwise4380 3 жыл бұрын
First comments
@osmanaktas77
@osmanaktas77 3 жыл бұрын
second.
@zahidshaikh3122
@zahidshaikh3122 3 жыл бұрын
First.
Top 6 React Hook Mistakes Beginners Make
21:18
Web Dev Simplified
Рет қаралды 572 М.
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 57 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 36 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 73 МЛН
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 8 МЛН
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 171 М.
Learn Intersection Observer In 15 Minutes
15:32
Web Dev Simplified
Рет қаралды 333 М.
No, Einstein Didn’t Solve the Biggest Problem in Physics
8:04
Sabine Hossenfelder
Рет қаралды 261 М.
#76 React Native Infinite Scroll Flatlist | Pagination With Firestore
19:36
HTMX Tutorial for Beginners #1 - What is HTMX?
7:21
Net Ninja
Рет қаралды 52 М.
Loading Your React Data Like This is Awesome
13:27
Josh tried coding
Рет қаралды 109 М.
The secret to mastering CSS layouts
17:11
Kevin Powell
Рет қаралды 281 М.
How Do I Paginate My Data? | Get to know Cloud Firestore #7
10:16
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 57 МЛН