DEV Community

Discussion on: ▲🔥 Getting started with Next.js, ZEIT Now, and Firebase

Collapse
 
benzguo profile image
bg • Edited

Yay, glad it was useful!

This example uses firestore-pagination-hook, which was useful for viewing a firestore collection quickly for this example. I'm not sure how well it scales to more complex use cases.

There are some other React + Firebase libraries out there, which I haven't tried, but you may want to check out as alternatives. This one looks popular: github.com/CSFrequency/react-fireb...

Collapse
 
iljapanic profile image
Ilja Panic

Thank you for sharing additional references. I will look through them and see where they take me.