How to pass paramaters to firebase google auth using redirect. I need to pass a customparameter redirect_uri but I am unable to do it. The snippet goes here..
var provider = new firebase.auth.GoogleAuthProvider();
provider.setCustomParameters({
'redirect_uri': 'http://localhost:3002/auth-login'
});
//then i call the redirect function
firebase.auth().signInWithRedirect(provider);
presently unsupported in firebase