shobhitpuri / custom-google-signin-button

A custom SignInButton for Android that supports 'android:text' attribute, currently not supported by Google's original 'SignInButton'. This library also allows to set button theme to dark or light and is based on Google guidelines.
http://go.shobhitpuri.com/googlesignin
MIT License
78 stars 25 forks source link

Does this library allowed to be used when shipping app to play store? #17

Closed forceporquillo closed 3 years ago

forceporquillo commented 3 years ago

Hello, I'd like to ask if using your library won't go against Google guidelines in terms of re-creating the sign-in button? I'm currently developing an app with Google sign-in integration and this will be ship to the play store.

Thank you!

shobhitpuri commented 3 years ago

From what I recall, they had branding guidelines when I wrote the library. You can adjust some things like text or size, but not other things like aspect ratio. From a quick Google search, I see this: https://developers.google.com/identity/branding-guidelines

shobhitpuri commented 3 years ago

@forceporquillo Let me know if you have further issues. I'm closing it for now. Thanks!

forceporquillo commented 3 years ago

@shobhitpuri Sorry for the late response. I'd already checked the link you'd provided.

PS. I'm currently using your library, and it's pretty convenient and easy to use. Thank you for your contribution!