Am just learning React js and am wondering if React and Firebase are the right pick for my projects going forward. What do y'all think?
For further actions, you may consider blocking this person and/or reporting abuse
Am just learning React js and am wondering if React and Firebase are the right pick for my projects going forward. What do y'all think?
For further actions, you may consider blocking this person and/or reporting abuse
Scott Hu -
Reed Barger -
Mariano Álvarez 🇨🇷 -
Arun -
Once suspended, bamboriz will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, bamboriz will be able to comment and publish posts again.
Once unpublished, all posts by bamboriz will become hidden and only accessible to themselves.
If bamboriz is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Boris B..
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag bamboriz:
Unflagging bamboriz will restore default visibility to their posts.
Top comments (4)
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
Do you mean React + using Firebase to store data? I'm no database pro, but that's what Andrew Mead chose for his React class and I liked working with it.
Exactly, React using firebase as a backend.
I'm working specifically with react native for a mobile app, firebase has been great to work with in development so far.