如何使用重定向将参数传递给firebase google auth。我需要传递一个customparameter redirect_uri,但我无法做到。片段在这里..
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);
答案 0 :(得分:0)
目前在firebase中不受支持
答案 1 :(得分:0)
根据setCustomParameters
的现有文件:
预留所需的OAuth 2.0参数,例如' client_id',' redirect_uri', *'范围',' response_type'并且'州'是不允许的,将被忽略。