November 2017
Beginner to intermediate
288 pages
7h 33m
English
<Button text="Google Sign-in" tap="{{ googleLogin }}" class="btn" style="color:red"/>
viewModel.googleLogin = () => { firebase.login({ type: firebase.LoginType.GOOGLE, }).then((result) => { console.log("[*] Google Auth Response: " + JSON.</span>stringify(result)); },(errorMessage) => { console.log("[*] Google Auth Error: " + errorMessage); }); }
~> tns run android # for android ~> tns run ios # for ios
Now, once ...
Read now
Unlock full access