thelinmichael / spotify-web-api-node

A Node.js wrapper for Spotify's Web API.
http://thelinmichael.github.io/spotify-web-api-node/
MIT License
3.11k stars 497 forks source link

creating backend that holds spotify connection "infinitely" #464

Open adammo94 opened 2 years ago

adammo94 commented 2 years ago

Ok, so basically I'd like to achieve similar functionality as e.g. last.FM has (one time user account - spotify account tie) From what I've read the way to do it is to use Authorization code without PKCE. Can anyone point me any further? I have firebase authentication in my app. Should I put anything what comes from spotify into user firestore databse and then use it?

kevinguebert commented 2 years ago

You could look into using firebase functions: https://github.com/firebase/functions-samples/tree/main/spotify-auth