DEV Community

Discussion on: Which Mobile Backend?

Collapse
 
leob profile image
leob

Back when I started developing my first mobile app with Ionic (version 1 still) I briefly looked at Parse ... then I tried Firebase, and never looked back. The API was simply 10 times more elegant and easy to work with! I have no clue however how things are nowadays, probably I'd be inclined to roll my own backend ... just because I can. :-)

Thread Thread
 
bizzibody profile image
Ian bradbury

I am tempted to roll my own. (ROR) But I ask myself .... is it work the hassle? And I'm 55% responding - No.

I'm not sure - maybe there is an ROR opensource project that provides backend services (Auth/Data). I'm going to hit up DDG to find out.

Thread Thread
 
leob profile image
leob

If you don't have interest in backend dev and your focus is really on the mobile app and its features then you shouldn't spend time on developing your own backend, instead a pre-baked 'MBAAS' (mobile backend as a service) is the way to go.

Way back then I was quite satisfied about Firebase, and they've made a lot of progress in the meantime, so it must only have got better.

I've heard you can now not only run database queries and updates but also run some of your business logic on Firebase, so you no longer need to build a 'fat frontend' that contains all of your business logic (which is what we did back then).