0.0.15 • Published 5 months ago

@strategies/firebase-files v0.0.15

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
5 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

5 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago