Firebase auth login google and facebook
Budget: $10 – $30 USD
Overview: I have a angular project with two different friebase backends and i need help with auth login. The Login WORKS today but some config is wrong.
SOLVE REMOTE ONLY!
Tasks:
1: i get an "auth/unauthorized-domain" error one my development backend but NOT on my production site
2: help me with my environments , switching between prod and develop and also some config settings
3: facebook login, i need access to user email but it does not work
FacebookAuth() {
const provider = new FacebookAuthProvider();
provider.addScope('email');
this.AuthLogin(provider);
}
SOLVE REMOTE ONLY!
Tasks:
1: i get an "auth/unauthorized-domain" error one my development backend but NOT on my production site
2: help me with my environments , switching between prod and develop and also some config settings
3: facebook login, i need access to user email but it does not work
FacebookAuth() {
const provider = new FacebookAuthProvider();
provider.addScope('email');
this.AuthLogin(provider);
}