GoogleWebComponents / firebase-element

Web components for the Firebase Web API
https://elements.polymer-project.org/elements/firebase-element
95 stars 79 forks source link

Using components of firebase-element together (and provide example documentation) #99

Open mm-gmbd opened 8 years ago

mm-gmbd commented 8 years ago

I would like to use firebase-auth to login and then load the elements for a firebase-collection or firebase-document. But, firebase-collection and firebase-document automatically run once the DOM is loaded, meaning that the auth is supposed to happen on a previous page and then be persisted across pages, I presume?

An example of using these components together would go a loooooong way for me, selfishly (but I would presume others would benefit as well). Something like

Maybe something like this exists and I'm unaware?

MeTaNoV commented 8 years ago

you can take a look here: https://metanov.github.io/firebase-element-extended/components/firebase-element-extended/

mm-gmbd commented 8 years ago

@MeTaNoV, thanks for the link! Checking it out now...