ios - initiate Google Signin without the GIDSignInButton but programmatically -
is there way launch google signin programmatically without pressing on gidsigninbutton ?
i'm trying wrap signal around hitting google api user must log in.
sort of :
googlesigninsignal().then(getpersonaldatasignal)
you can call method instead:
gidsignin.sharedinstance().signin()
it worked fine me , seems cleaner approach.
i hope can same question.
Comments
Post a Comment