I'm having a weird issue when biding the result of a firebase-element query 
from one element to another. 

I have an element that calls firebase-element and then binds it to another 
components like this:

<polymer-element name="project-app-fb">
  <template>
    <firebase-element id="base" 
location="https://project-list.firebaseio.com/"; data="{{data}}">
    </firebase-element>
    <style></style>
    <core-drawer-panel id="drawerPanel">
      <core-header-panel drawer class="tall">
        <core-toolbar>
          <h3>Menu</h3>
        </core-toolbar>
        <project-menu on-menuItem="{{menuItem}}" id="pMenu"></project-menu>
      </core-header-panel>

      <core-header-panel main class="tall">
        <core-toolbar>
          <core-icon core-drawer-toggle
                     icon="menu" 
                     alt="Menu for narrow displays">
          </core-icon>
        </core-toolbar>
        <!--
        Custom element holding project list, styles and scripts
        Source: project-list-fb.html
        -->
        <project-list-fb data="{{data}}" on-edit-project=" {{editProject}} 
"></project-list-fb>
      </core-header-panel>
    </core-drawer-panel>
  </template>

The content under project-list-fb does not appear at all and when I view 
the source of the custom element, data on project-fb-list is shown as 
[object Object] and the component returns an empty #document fragment. You 
can see the result at http://caraya.github.io/polymer-list/firebase.html

Tested with Chrome Stable, Canary, Firefox and Safari on Mac.

I'm not sure if this is a firebase-element issue, an issue with firebase 
being stuck returning an HTTP 101 code, the way the code is structure, a 
combination of both or something else. 

Any help is appreciated

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/e4866ecf-0f2b-4d89-aefa-2f2708681bc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to