Use of streaming functions prevent download 10gb/per month consumption? because that normally happens
Hi.
What do you mean? I’m not sure that I understood your question.
Regards,
Sara
Hi Sara,
Realtime Database Window>>>Use
We can see 3 see sections Connections, Storage and Download
Download section you have max 10 gb free per month, when we use get function in arduino to obtain data from firebase we consume this, My question is, If we use streaming just when a change happen we minimize the consumption?
Regards
Hi.
I’m not sure. It will depend on how frequently you make changes to the database.
I guess you need to try the different methods and see which ones consume fewer data.
However, 10GB per month is a lot of data for a simple application on the ESP32/ESP8266 boards. So, in most applications, I don’t think that will be an issue… But, I would try both methods just to be sure.
Regards,
Sara
Yes, please test using streaming and without to see the diferences, a used one time directly with sensors and I consume 356 MB per day, with streaming normally I use 185 kb per day but is a different library that the library that you use in course