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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -