Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a 'log in with Spotify' authentication system using Firebase?

I have a web page which I want to make it only available to users after they log-in using their Spotify account. I am using Firebase for backend.

I haven't implemented any social authentication before, so an in-depth answer will be much appreciated.

like image 839
Rooz Avatar asked May 03 '16 13:05

Rooz


1 Answers

There is a great exemple to implement Firebase auth with Instagram Oauth. It will be exactly the same for Spotify.
Read it here : Authenticate your Firebase users with Instagram

edit: And now there is also a sample for auth with Spotify + Firebase functions

like image 101
Julien Avatar answered Sep 27 '22 20:09

Julien