A collection of firebase helpers. Requires firebase to have been initialized and available.
<pre>This isn't using live data yet</pre>
<firebase-disconnect path="demo/paperfire-utils/disconnect" update-online="onlineObject" update-disconnect="offlineObject"></firebase-disconnect>
<firebase-once path="demo/paperfire-utils/once" exists="{{exists}}"></firebase-once>First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.
$ polymer serve
$ polymer test
Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.