0
iizMerk
7y

What database you suggest to use in a React web app? You think firebase can be a good choice?

Comments
  • 0
    Am I the only one who thinks talking directly to a DB is not a good idea? If you are storing random non sensitive data, firebase is a good choice I use it for my android app but I do have authentication required and I did set access limits so that user can only access his data and never others
  • 2
    @gitpush you can use cloud functions for verifying the data. Also, you can set rules for database in firebase.
  • 0
    @tahnik ya forgot about cloud functions in Firebase, guess it is safe
Add Comment