Do Firebase Rules snapshots affect billing?

余生颓废 提交于 2021-01-28 13:46:24

问题


Do they count as downloads and connections to the database when I use the variables root, data or newData?


回答1:


firebaser here

The Firebase Realtime Database only charges you for the amount of data that is stored, and the bandwidth that is used sending data to various clients and servers. Data that is read in the database rules is not charged.



来源:https://stackoverflow.com/questions/61835251/do-firebase-rules-snapshots-affect-billing

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