-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase-element needs more demo code #85
Comments
@arthurevans status? :) |
I will take a look. |
👍 |
Have a firebase related question; not sure correct place to ask it. Have a word array loaded from firebase into a passage holder in ready using Passage display has two of the same custom element: single column display. "passageArray" is bound in passage display to "theContent" in each of the The element combination displays a numbered reading column in one or two Because passage display is contained in our splitter which is contained in All this works great if we throw one passage display on the index with We tried a firebase collection in single column display. Filed column one Failed with four instances. We tried factory implementing passage display which had two single cold Line numbers failed. Line numbers are created by a for loop in a function The surrounding content in passage display not linked the firebase array We tried an es6 version. Eventually had instance problems. We did a two column one column switch where different elements were used. We can work around with factory implementation and database repetition I We tried a dummy property and then a computer property for passage array. Sorry to ask question and will gladly send code. Only been coding for 5-6 Any idea? Thanks jason On Tuesday, December 15, 2015, Pascal Gula <[email protected]
Jason C. Frazzano Esq. |
From @devAtPolydeals on June 17, 2015 23:58
Can you provide a demo for firebase-element regards to how to add/remove data from firebase? I tried it based on the docs but it didn't work.
Copied from original issue: Polymer/old-docs-site#1202
The text was updated successfully, but these errors were encountered: