带Firebase的OAuth Angellist

时间:2016-03-02 11:38:09

标签: oauth firebase

Firebase是否支持使用oAuth为提供者Angellist进行身份验证?

我尝试了以下(假设我有正确的access_token):

ref.authWithOAuthToken("angellist", access_token, function(error, AuthData) {
          if (error) {
            console.log("Login Failed!", error);
          } else {
            console.log("Authenticated successfully with payload:", AuthData);
          }
        });

但它又回来了:

Error: Invalid authentication provider specified

如何防止这种情况?

1 个答案:

答案 0 :(得分:1)

  

Firebase是否支持使用oAuth为提供者Angellist进行身份验证?

可以找到支持的身份提供商列表here。 Angellist不在那里。