PySheets / pysheets

Source for PySheets
Other
18 stars 2 forks source link

Enable storage of data in a sheet #44

Open laffra opened 4 months ago

laffra commented 4 months ago

Some sheets will want to store state that persists beyond the runs of a single sheet.

Firestore enables offline access, in which case it uses IndexedDB. This would be a good start?

https://firebase.google.com/docs/firestore/manage-data/enable-offline