DEV Community

Discussion on: Is anybody using separate image storage?

Collapse
 
stereoplegic profile image
Mike Bybee • Edited

In addition to the 5GB you get free forever with Firebase Cloud Storage (which you can make private with security rules, auth, etc.), you get 5GB (public only) free forever storage with Firebase Hosting. Obviously, this was designed to allow you to store website assets along with HTML.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Hmm pretty solid, I actually need to check how big my data store would be.
Don't mind paying a bit for it, but nothing crazy to be honest

Collapse
 
stereoplegic profile image
Mike Bybee

Firebase only gives you 1GB free with Firestore or Realtime Database, but you could easily do FaunaDB (5GB free forever) or AWS DynamoDB (25GB free forever).