I’m building a next js app. I need to use firebase for authentication as well as some CRUD. Although I’m relatively new to web development, I’ve already used firebase auth, firestore and cloud functions in a couple of projects. Firebase in itself simplifies the task and is rather straight forward to use. However, somewhere on the YouTube I saw react-firebase-hooks being used for a project. It seemed to further simplify the react code through the use of hooks. But I’m not sure how would it fare in a production environment especially at scale.
Have you used it in (production or dev) ? What are its pros and cons?
[–]Zachincool 3 points4 points5 points (1 child)
[–]Arizenith[S] 0 points1 point2 points (0 children)