Home > Net >  Django or Firebase for a project with few users [closed]
Django or Firebase for a project with few users [closed]

Time:09-25

I am a beginner and looking forward to start freelancing with flutter. And I am wondering whether or not is Firebase better than Django for small projects that doesn't require alot of users concerning the price as firebase is alot easier than django

CodePudding user response:

Django is a web framework and Firebase is a backend as a service. They are different things. So if you want to write the entire backend and host it somewhere yourself use Django. If you don't want to worry about writing a backend use firebase.

  • Related