I am currently developing an app that stores pictures in the cloudDB and want to know how much space a cloudDB namespace (MIT server) has.
Thanks!
A heavy user (combined mb or volume of requests) may be warned or blocked by MIT. cloudDB provided by MIT is really only for testing purposes, you should provide your own redis server for production purposes, or switch to firebase or mySQL.
Ok…
How much space does each FireBase namespace have in case its storage is provided by the MIT? And what is the difference between FireBase and CloudDB?
Thanks
When I say Firebase I mean creating your own project. Firebase doesn't have namespaces.
You need to check out the "Always Free Tiers" for Spark Plan and Blaze Plan. You might also consider using Firebase Cloud Storage instead of using base64 to store your images.
Finally, just for my understanding, the component is only used for the firebase cloud storage (as shown below), right? And I can get a free plan and then just set the link to my own one?
You will also want to use the Realtime Database to store your data for each record, which would include the url to the image stored in Cloud Storage (Firebase Storage)
Here is a guide to help you understand how it all works:
You might also consider doing something similar with Google Sheets and Google Drive.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.