About Android Server Deployment

Asked 1 years ago, Updated 1 years ago, 47 views

I am a student who is making a simple app with Android. It is an app that simply sends images and text to the server (Spring-boot) to save them and reloads them if necessary.

But what I felt recently was that even if I didn't use Spring boot, I could build it comfortably using Firebase. Is it right to just use the Firebase provided by Google for app development?(In terms of efficiency)

android spring firebase

2022-09-21 12:26

1 Answers

If it's a really, really simple app, Firebase might be enough.

However, as you gradually add many functions to the app and grow in size, you will feel the limitations.


2022-09-21 12:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.