What is the best way to connect my application to backend server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best way to connect my application to backend server

I'm new to Android app development and currently working on my new app upto now I used firestore to load all the data for my app like products list and to save user details their order details and lots other stuff. Firestore made things made but it is not that effective for me. And I worry that could it manage a lot of user base and even I have some concerns about that. Now I really want to use a backend database for the app and connect it with my app. So that I can control everything from the server database. My app helps users to find local services like appliances repairs and other so the products in my app needs to updated real-time and I collect user basic information and I have to link user orders to each of them. And additional orders page to list all orders from all users. Suggest me a proper way of how can I achieve that what do I have to do what should I learn which libraries I have to use to connect the dots to make a complete professional app.

29th May 2020, 5:54 PM
Venkatesh Chowdary
Venkatesh Chowdary - avatar
5 Answers
+ 1
You need to create an API
29th May 2020, 7:15 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 1
Well it's not quite something I can just explain in a comment. It's an entire field within the IT industry. I'd do some research on database technology. Start learning SQL or something similar
30th May 2020, 11:27 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
0
I don't have any knowledge about back-end service for app..!! Can you please explain me detail how to store the data where to store how to fetch them into app.
30th May 2020, 5:06 AM
Venkatesh Chowdary
Venkatesh Chowdary - avatar
0
I have a prior knowledge about SQL as I leaned it in my internship..!! Now what I'm just looking for is where should I start to store all my app data currently it's in firestore but I need some thing reliable cause the same data is shared between my iOS app website too..!! What should I do first just give me guide. That's it
30th May 2020, 11:30 AM
Venkatesh Chowdary
Venkatesh Chowdary - avatar
0
Ah I see. I'm not familiar with app development so I can't help you. Sorry
30th May 2020, 12:15 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar