As a Polymer app author,
when I evaluate carbon-firebase-storage for use in my app,
I want to see a demo of the element in action,
so that I know how it is intended to be used.
Our first demo is going to be a carbon-firebase-storage demo that shows off offline-first use cases. Proposed offline use-cases:
User goes from online to offline
User is online and loads the app at least once.
ServiceWorker caches the app locally so that it is available offline.
User's network state changes to offline, but data changes can still be made.
User's network state changes to online, and changes made while offline are sync'd to remote storage.
User leaves the app and returns while offline
User is online and loads the app at least once.
ServiceWorker caches the app locally so that it is available offline.
User leaves the app, and returns while offline.
Data changes are made while still online.
User goes online, and changes made while offline are sync'd to remote storage.
As a Polymer app author, when I evaluate
carbon-firebase-storage
for use in my app, I want to see a demo of the element in action, so that I know how it is intended to be used.Our first demo is going to be a
carbon-firebase-storage
demo that shows off offline-first use cases. Proposed offline use-cases:User goes from online to offline
User leaves the app and returns while offline