firebase - OAuth authentication with angular fire using my own login form -
using angular fire 2, looking @ how authenticate google account. simple example works. login action done follows
this.afauth.auth.signinwithpopup(new firebase.auth.googleauthprovider());
this opens popup google login form use own form.
is there way authenticate using oauth homemade form, not automatic popup ?
Comments
Post a Comment