Alexey Nasonov
Results
2
issues of
Alexey Nasonov
### Description Created app-location and app-route components: ``` ``` Added a few buttons: ``` about services home ``` Created an observer: ``` observers: [ '_sectionChanged(route)' ], _sectionChanged: function (route) {...
doesn't finish authentication pocess. If I use `signInWithPopup()` - the popup disappears immediately. On `signInWithRedirect()` - it starts neverending chain of redirects forth and back without authentication. I use Polymer...