In the Firebase 'Pricing & Plans' for the free Hacker Plan, it says we have "100MB Data Storage" and "1GB Hosting Storage" but what exactly is the difference between data and hosting storage?
By extension, is there a difference between Data and Host transfers which are also mentioned in the plan description?
The host storage sensor discovers the storage that is attached to a host computer system, including storage area network (SAN) storage. This sensor extends the storage discovery that is provided by the storage sensor.
Cloud storage supports file sharing dynamically as it can be shared anywhere with network access. Traditional storage requires physical drives to share data and network is to established between both. In this system file access time is dependent on the network speed.
The storage drive permanently stores programs and files. When data is requested, for example you open a file, the processor accesses the storage drive and transfers long-term data (the stored file) to the memory for short-term access.
“Hosted services” is the general term for technology services using infrastructure located outside the service receiver's physical location. This can be at the vendor's physical location or can be hosted on the cloud. “Cloud services” refers to a specific subset of hosted services that utilize a “cloud” vendor.
Firebase is an online JSON database that synchronizes changes in realtime. Any data you store in that JSON database, counts against that data storage limit. Any data written to or read from the JSON database, counts against the data transfer limit.
Firebase also offers a hosting solution, where you can store static resources, such as HTML, JavaScript and CSS. Any files stored on Firebase's hosting servers, count against the hosting storage limit. Any time those files are updated or served to a visitor, counts against the hosting transfer limit.
By putting static files on Firebase hosting, you can build an entire dynamic web application, without requiring your own server.
See the documentation on Firebase's JavaScript API, which is the API you'd use to access the data storage; and the features of Firebase's hosting, which is what you'd use to update the hosted files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With