I've got a B4X app that will have confidential user data that needs to be stored on a remote server. The data probably will not be more than 500KB to 1MB per user.
The data needs to be managed by the app, so FTP won't work. It also must be secure, due to the nature of the data.
I'm curious if a roll-my-own server would be better (and just as capable/robust/scalable) as, say, a solution like Firebase.
If anybody is currently managing something like this, I would appreciate hearing about your experience and recommendations.