0.16.0 • Published 10 months ago

@daaku/kombat-firestore-proxy v0.16.0

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

kombat-firestore-proxy

Kombat based Firebase backed synchronized offline first persistent object. Sometimes you just want objects and dictionaries and have them magically be synchronized.

Implementation

This works by providing a Proxy object which lazily creates datasets & rows as you access them. This has some implications on the API.

  • Reading datasets & rows almost always succeeds. Only time a row will be undefined is if it once existed and then was deleted (that is, the tombstone property is set to true).
  • Writing datasets & rows follows the same rules, except a logged in user must be present.
  • To check if a row with a given ID does in fact exist, use the in operator. This will only return true the row exists.
0.13.0

10 months ago

0.14.0

10 months ago

0.16.0

10 months ago

0.12.0

1 year ago

0.10.0

1 year ago

0.11.0

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.4.0

2 years ago