Mark Fortner

Results 45 comments of Mark Fortner

You could also deprecate name, and add app-name. This would give everyone the opportunity to switch over.

If I use firebase-document to get the document node and all of its subnodes, I get the following error when I attempt to iterate over the tag nodes with a...

@christophe-g That's cool! Have you seen anything that makes distributed updates and deletes easier?

I see a couple of things that you might want to look at: "app" isn't a declared property. You might try something like this ```javascript let query = Polymer.dom(this.root).querySelector("firebase-query"); //...

@tjmonsi the **app-indexeddb-mirror-client** element should take care of caching the results. I say "should" because there seems to be an issue with it at the moment.

I found this: https://github.com/deltaepsilon/firebase-paginator which has some interesting ideas in it.

Does that mean that the task elements are visual components? Does the storage element let you drag and drop files onto it? If not, the issue should remain open.

I'm having the same problem. I was wondering what version of Polymer you're using?

@tjmonsi I must have missed that in the documentation. I've loaded the polymerfire.html element which is supposed to have all of the dependencies that you need.

If they add it to the docs it will definitely clear up some confusion. Better yet, have all dependencies in the element.