Hi,
Is there a way with b4a to have the default sign in with google button (the one from com.google.android.gms.common.SignInButton) in an activity? Either as a new button or by transforming an existing button's (like designer script buttons) appearance into one.
In java it'd be done like how it's described here https://developers.google.com/identity/sign-in/android/sign-in (under Add the Google Sign-In button to your app)
And if there's a way to have that default sign-in button, how would I also customize it (like size and scope, in java it'd be calling setSize and setScopes like described in the link above)?
Thank you very much.
Is there a way with b4a to have the default sign in with google button (the one from com.google.android.gms.common.SignInButton) in an activity? Either as a new button or by transforming an existing button's (like designer script buttons) appearance into one.
In java it'd be done like how it's described here https://developers.google.com/identity/sign-in/android/sign-in (under Add the Google Sign-In button to your app)
And if there's a way to have that default sign-in button, how would I also customize it (like size and scope, in java it'd be calling setSize and setScopes like described in the link above)?
Thank you very much.
Last edited: