What is the division of the free plan of Firebase? -


does 1gb in database of free plan of firebase include deleted data or live data?

i have storage realtime database (current) , have bandwidth byte sent realtime database (total). total bigger current because deleted data(i wrote irrelevant data testing , presentations , don't need them deleted them).

so, 1gb total or current?

only existing data counted against quota (and charged usage paid plans). usage charts may temporarily show deleted data, since compaction happens periodically.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -