Firebase : Differences between realtime database and file storage

后端 未结 2 700
醉话见心
醉话见心 2020-11-27 16:06

I learnt about real-time data storage and hosting storage from this post Difference between Data Storage and Hosting Storage?

But i am still not clear about real tim

2条回答
  •  攒了一身酷
    2020-11-27 16:36

    *Realtime database store data only json format and it is specially used in app where data is synchronized concurrently like ola app(user location),sensex(Nifty) app where data not persist .

    *Firebase Storage just only store data like memory card.It is specially used for store backend data of app.

提交回复
热议问题