spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

creating backend that holds spotify connection "infinitely"

Open adammo94 opened this issue 2 years ago • 1 comments

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?

adammo94 avatar Sep 05 '22 11:09 adammo94

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

kevinguebert avatar Sep 08 '22 13:09 kevinguebert