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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -