Polymer keeps the last user logging info and doesn't ask for user and 
password 



    <firebase-auth
        id="pauth"
        app-name="NSC-ALPHA"
        provider="google"
        signed-in="{{signedIn}}"
        user="{{user}}">
    </firebase-auth>

to login i'm using this function

  signIn: function() {
        this.$.pauth.signInWithPopup();
      },

this  tries to display the login form, but as it has the user info loaded 
before it inmediatly closes and continues as it is was correctly login.

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/0897361c-8d90-4f59-838c-6f909a9af52c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to