Alternatives to Google Cloud Storage for Firebase?
Hi, I am building an app with Kotlin Compose Multiplatform (currently for Android & Desktop).
I am using Realm Kotlin for my database. There are multiple realm files.
The database is read-only for client side, it doesn't need sync feature.
Instead of bundling all realm files along with the app, I want the feature to download them on-demand from server.
I need something like Google Cloud Storage for Firebase, what are other free alternatives?