0.0.15 • Published 10 months ago

@strategies/firebase-files v0.0.15

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
10 months ago

@strategies/firebase-files

A simple, but robust solution for file management on firebase.

Firestore files

Store metadata and snapshot references in Firestore records. These are what get listed when the user brings up a list of snapshots, but they don't contain any file data - only references to snapshots - including an 'activeSnapshot' tag that represents the current state of the file. Every time user presses save they generate a new snapshot and the 'active' pointer in the Firestore record is updated.

Snapshots

Direct serializations of mobx-keystone persist stores. Can support large data if needed.

Uploads

Upload and unzip files into cloud storage. Then return a unique path in order to access those files.

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago