Question:
Can someone please provide a working code example of how to use
<google-signin-aware>
?
I have a custom <paper-button>
I'm trying to make a login button for Google.
Question:
Can someone please provide a working code example of how to use
<google-signin-aware>
?
I have a custom <paper-button>
I'm trying to make a login button for Google.
Copyright © 2021 Jogjafile Inc.
Probably the best example for using
google-signin-aware
is thegoogle-signin
element itself.Essentially what you have to do is to include
google-signin-aware
with the required attributes and then call thesignIn
method on this element.