Firebase download data again from serveur

人走茶凉 提交于 2019-12-11 21:15:33

问题


I'm on android and I have a problem with firebase.

I was just checking my bandwitch with the cmd windows and I found out that if I add a new data to firebase, insteads of uploading the local caches it downloads all the data.

I have the persistence enabled so it shouldn't be doing that.

I have this configuration :

So basically a key with article in it.

I am just going to add one from the browser and load it on my phone.

I run firebase database:profile on my cmd windows and load it on my phone

Insteads of downloading only the new article (about 150B), it downloaded all of them... (3.54 KB)

Is this a normal behaviour?

I have the persistence enabled (it works offline!)

来源:https://stackoverflow.com/questions/55578264/firebase-download-data-again-from-serveur

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!