有人设法在iOS上使用Firebase实施LinkedIn登录吗? [英] Has someone managed to implement a LinkedIn login with Firebase on iOS?

查看:80
本文介绍了有人设法在iOS上使用Firebase实施LinkedIn登录吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在构建一个应用,我希望人们能够使用其LinkedIn帐户进行注册.

I'm currently building an app and I would like people to be able to sign up with their LinkedIn account.

我将Firebase用于后端,并且FirebaseAuth框架当前不支持LinkedIn.

I'm using Firebase for the back-end and LinkedIn isn't currently supported by the FirebaseAuth framework.

我知道Firebase允许自定义身份验证系统,但是即使阅读有关此内容的文档后,,我仍然很难理解如何在其中插入LinkedIn,以及所谓的身份验证服务器是什么.

I know Firebase allows Custom Auth System but even after reading the doc about this, I still struggle to understand how I can plug LinkedIn there and what the so-called authentification server is.

有人设法做到这一点吗?

Has someone managed to make this work?

首先感谢您的输入.

推荐答案

Firebase身份验证仅支持四个联合身份提供者:Google,Facebook,Twitter和GitHub.

Firebase Authentication supports only four federated Identity Providers out of the box: Google, Facebook, Twitter and GitHub.

对于其他所有提供商,您都必须使用自定义令牌(您将需要一个外部Web服务).

For every other provider you have to use custom tokens (you will need an external Webservice).

您可以在此处了解更多信息完整的示例(该链接适用于Instagram,但正如他们所说的,它也适用于LinkedIn).

You can read more here for a full example (the link is for Instagram but it will also work for LinkedIn as they say).

这篇关于有人设法在iOS上使用Firebase实施LinkedIn登录吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆