UofS-CEPHIL / modelcollab

A web-based application for collaborating on simulation models in real-time using Firebase
28 stars 0 forks source link

Remove saved models from RT Database and move to something more traditional #9

Closed eRedekopp closed 3 months ago

eRedekopp commented 1 year ago

Probably easiest to use Firestore for this, although not 100% sure that's the right tool for this job. Could also set up postgres or couchbase or something - look in to it.

Need to take it out of RT database because it's a waste of money. Data is static and won't change so storing it for realtime updates doesn't make sense and uses up expensive RTDB storage.