Use Firebase or create my own backend? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Use Firebase or create my own backend?

My goal here is to create a social network, with basic things like a profile, a feed page, search and the ability to post text and images and receive comments and reactions. The clients for Android and iOS are not the problem, but I cannot decide if to use Firebase or to design my own backend. I don’t really know about any of them, so I would hace to learn to use the one I choose

17th Mar 2020, 10:20 AM
Jonathan Camacho
Jonathan Camacho - avatar
2 Answers
+ 2
Firebase is a large JSON files. But can also be use for small projects. I guess to make work easier You should create a database on your own and host it on a server, then you can create a single package to interact with your database in your code
17th Mar 2020, 11:16 AM
Lady Kadashia = [T. I. K]
Lady Kadashia = [T. I. K] - avatar
+ 1
if you are working on small projects then use firebase. and for complex project i recommend your own database
18th Mar 2020, 6:34 PM
Mitraj Gohil
Mitraj Gohil - avatar