How is storage size calculated in Firebase Realtime Database?

Jan

There is a very good documentation for firestore. Also I found a good explanation for database size-tracking during a month, here. But I still don't understand, how is the size of a RTDB calculated. For instance, are indices part of the calculation?

How can I calculate or predict the storage size?

Frank van Puffelen

firebaser here

The realtime database charges for storage of the JSON data only. So imagine that you read the root of the database, and then call JSON.stringify(root) on that snapshot. That's the storage you're charged for.

There is no additional charge for indexes that you define.

You're of course also charged for bandwidth usage.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How is firebase realtime database storage calculated

How to get the size of the file stored in firebase storage and its link in realtime database?

How to get imageUrl from firebase storage to store in firebase realtime database?

How are the firebase storage cost calculated?

Firebase : Differences between realtime database and file storage

Firebase Storage or realtime Database for rarely updated files

Get images from firebase storage and realtime database

Upload image to firebase realtime Database or storage?

Firebase Storage - Upload image to firebase storage and create a link to that in realtime database

Firebase Realtime Database maximum cache size in Android

Firebase - getting the download URL (Firebase Storage) and saving it in Firebase realtime database

How to upload the public url for an image uploaded to the Firebase Cloud Storage to the Realtime Database

How can access realtime database in storage security rules in firebase to verify if the user is in a group for special privilages?

What is the difference between Firebase Storage and Cloud Firestore/Realtime Database?

Can i access Firebase Storage without Realtime Database&

How to update an existing value in the Firebase Realtime Database?

How to structure a Firebase Realtime-Database?

How to store a list of floats in Firebase Realtime Database?

How to join three tables in Firebase Realtime Database?

How to get the Firebase Realtime Database AuthToken

How to programatically clear Firebase Realtime Database

How to wait for Firebase realtime database iteration to stop?

How exactly the Firebase realtime database usually charge?

How to use onChildRemoved in Firebase Realtime Database?

How to read data form Firebase realtime database

How to read data from the Firebase realtime database

How to create more children on Firebase Realtime Database

How to retrieve a username from firebase realtime database

How to perform 'OR' queries in the firebase realtime database