DEV Community

Discussion on: Is React ➕ Firebase the perfect combo?

Collapse
 
chaoming profile image
Chaoming Li

I have built an open-source project using React and Firebase. They work quite well together.

I am using Firebase authentication for user sign-in. It's very simple to enable social single-in. Some strange rules that favour Google login though.

I am also using Firestore to save some basic user information and activity logs.

If you are interested in checking it out, here is the link: github.com/chaoming/fireact