Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Simple Login for LinkedIn

Does anyone know if there is a LinkedIn Simple Login authentication for Firebase?

Something similar to the Facebook Simple Login for Firebase (https://www.firebase.com/docs/security/simple-login-facebook.html)

like image 464
user2471679 Avatar asked Jul 09 '13 17:07

user2471679


1 Answers

There is no Simple Login provider for LinkedIn. The current Firbase Simple Login providers are:

  • Facebook
  • Twitter
  • GitHub
  • Persona
  • Email/Password

Firebase is integrated with Singly, who has LinkedIn and dozens of other providers. You might want to look into their services. However, they seem to be pivoting to a health care service instead of an OAuth integration platform, so you may wish to consider their future before committing.

Also see Andrew Lee's comment on this answer; Custom Login is a great way to go if you're looking specifically for LinkedIn.

like image 116
Kato Avatar answered Oct 26 '22 22:10

Kato