chat21 / chat21-ios-sdk

DEPRECATED
GNU Affero General Public License v3.0
15 stars 11 forks source link

Quick question about local database usage #3

Open pangia opened 5 years ago

pangia commented 5 years ago

Hello. Does every contact in the Firebase database for the app get synced and written to the local sqlite database? If so, how big will this database get with hundreds of thousands of users?

Thanks!

sponzillo commented 5 years ago

Hi,

if you will really have thousands of users on your own firebase instance this will be an issue, for sure. In the very next version, Chat21 will only synchronize your personal contacts. Like on Skype, you will search contacts online from a central repository, adding them to your personal contacts. Only personal contacts will be synchronized locally on sqlite.

Andrea

pangia commented 5 years ago

Ok, thank you! Is there a timeframe for the next version being available?