Google provides realtime DB, I can not understand what it means to a real-time database, such as data can be synchronized with data from users in real time?

    1 answer 1

    Yes you are right. All changes that will be made by users and all new records that users add will be immediately displayed to all users.

    • What is a real-time database? is it appropriate to use such a word here, does it not apply only on an industrial scale where there is a large orientation towards the timestamp, (which I do not understand) - J Mas
    • And why is it not appropriate here? You have everything automatically updated regardless of you. This is the real-time database in this case - pavel163
    • Approximately understood, that is, it is not necessary to work with synchronization of timestamps, and whether it is possible to use this database as a regular database and store there the data that the user accesses from time to time. - J Mas
    • You can, it needs to be customized only. Can be used as a local database - pavel163
    • The last question is what 100 simultaneous connections in the free version mean, is it enough for an application with installation of more than 100 thousand for example. - J Mas