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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -