PixelogicDev / gruveebackend

This is the Backend work for Gruvee
MIT License
24 stars 4 forks source link

Adding FetchAllMedia Trigger Function #59

Closed adilanchian closed 4 years ago

adilanchian commented 4 years ago

This function is created to fire off when a new song document is added to Firebase. It will check to see if there are missing data objects for any of the providers such as Apple Music, Spotify, or YouTube Music. It will call the respective query APIs and write data to firebase.

This PR currently only includes the implementation for Spotify query so we can test it. It also includes a bunch of new changes for Go types.

adilanchian commented 4 years ago

LET. IT. RIP.