@_davideast@s_chande Also, we have setup some monitoring and metrics. We can see most of Firebase connections not reusing ssl session. This might be adding to bandwidth usage?
#AskFirebase We recently migrated our data from firebase Realtime database to Firestore. Realtime database size is 12mb, but we are still seeing ~16GB of Outgoing bandwidth. Can you please help us understand what is going wrong here?
@_davideast@s_chande We are not using any service account except Cloud functions. We updated all the clients (android app) to write new data to Firestore. Once most of clients (~98%) started writing to Firestore, we purged data on Realtime DB (~20GB) using Firebase CLI.
@_davideast@s_chande Hey @_davideast, thanks for reverting. Yes, we have a ticket open, waiting for reply. We still have client connecting, thought we have blocked read/write on the database. Can that be the reason?