GoogleWebComponents / google-analytics

Google Analytics web components
https://elements.polymer-project.org/elements/google-analytics
Other
184 stars 79 forks source link

No accounts populated #47

Open ddtxra opened 7 years ago

ddtxra commented 7 years ago

Hello, I am trying to use this library but having some troubles.

Login appears to work but no account is being populated in the dropdown when tried in here: https://elements.polymer-project.org/elements/google-analytics?view=demo:demo/index.html and with localhost:8080

I am just learning polymer but from my investigation it looks like computeAllReady is never set to true, because apiReady is always false.

Do you have any clue?