What is recommended database for Real Estate Agents android app?

Mohsin Naseem1

New member
Sep 24, 2018
1
0
0
Visit site
I am developing an android app, search for real estate agents profile that contains basic info and picture. What database should i use Firebase or Mysql with php ? Please specify the best design approach
 

B. Diddy

Senior Ambassador
Moderator
Mar 9, 2012
165,595
4,737
113
Visit site
I moved this from the Android Apps forum to the Developers Lounge, since the former is intended for developers to promote their apps.
 

Rukbat

Retired Moderator
Feb 12, 2012
44,529
26
0
Visit site
On the server? Definitely MySQL (now called MariaDB - Oracle owns the name MySQL).

The best approach is to not plan on storing pictures in the database. Store the pictures on the hard drive (or SSD) and store a link to them in the database.

Other than that, since we don't know what the site will be doing, you're on your own, unless you want to ask for specifics here.