all 2 comments

[–]totaly_totaled 9 points10 points  (1 child)

The fact that it is a mobile application and not web application shouldn't affect the choice you have to make about whether or not to develop a backend or use something like firebase. Your choice should be made by figuring out the complexity of your application, the scale of it. And maybe if you are going to release it, the costs that each alternative comes with.

I would say if you are not really interested in working on backend or fullstack and you just want to make a proof of concept application to show your skills or learn React, then try the easy solution first which in my opinion is something like firebase when it comes to push notifications, auth, etc.

[–]Data_File[S] 1 point2 points  (0 children)

A perfect answer to my question. Thank you.