3 Comments
User's avatar
Clive Jefferies's avatar

I have been using Copilot to help me with a Firebase backend. The front end using KMP, so I don't have to do too much in Swift.

Alex Bush's avatar

yea. my setup is usually swift on the ios side, KMP for business logic/networking, ruby on rails for the backend.

I highly recommend looking into "proper" backends such as RoR, Spring, Ktor, etc. rather than firebase stuff - I find all of those "backend solutions" subpar. Their benefits dwindle quickly as you scale + now with AI it's not that hard to do backend fully (have it explain things to you and do boring tedious boilerplate, etc.)

Clive Jefferies's avatar

Firebase is working ok for now. I would only worry about scaling if I needed to. It's only for a personal project.