javascript - Polymer and firebase-auth -
i writing polymer web application. using firebase along firebase-auth db , authentication. i have main app.html element on index page custom my-login element pops when click login button contains firebase-auth element , login logic. far have been able log in firebase-auth element. however, after logging in my-login element, have not been able figure out how access login information on index.html page , of other pages in app. any idea on how this? can't find examples online of using login information on elements other 1 contains firebase-auth . here app.html : <dom-module id="my-app"> <link rel="import" type="css" href="../styles/app-theme.css"> <template> <app-router style="display:none;"> <app-route path="/" import="/elements/blog.html"></app-route> <app-route path="/artist" import="/elements/artist.htm