-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Polymer 2.0 support #158
Comments
Same here I'm dead in the water... I've added
I need to somehow have this working by Friday Apr 21. Eeeek! |
@TemplarRei @AndrewBarfield add this to index.html:
and in your module:
|
Thanks, @krisu7, we just restarted development on the migration and this should be quite helpful 👍 |
@TemplarRei You're welcome, I just had the same problem and this was only solution that worked for me. |
Most google web componets have a 2.0-preview branch. Is there a chance this will happen soon for the google-signin? Currently, after updating to Polymer 2.0 rc2, I get the following error on clicking the signin button:
Uncaught Error: AuthEngine not initialized. gapi has not loaded. at Object.assertAuthInitialized (google-signin-aware.html:418) at Object.signIn (google-signin-aware.html:427) at HTMLElement.signIn (google-signin-aware.html:731) at HTMLElement.signIn (google-signin.html:558) at HTMLDivElement.handler (template-stamp.html:428)
The text was updated successfully, but these errors were encountered: