文件名称:spotify-should-sync-merged-playlists:Spotify应该同步合并的播放列表
文件大小:38KB
文件格式:ZIP
更新时间:2024-04-25 08:02:38
HTML
Spotify应该同步合并的播放列表 应用程序将允许用户将两个或多个播放列表合并为一个播放列表,并使播放列表保持同步 最高要求 火力基地 按触发器和计划运行Firebase功能 AddUser()->在Spotify用户访问权限批准(播放列表读/写)上触发:将用户profileId:token添加到firestore CombinePlaylists()->根据用户请求触发以合并两个或多个播放列表,将源播放列表和目标播放列表ID添加到Firebase Scheduler()->每天运行1次以浏览用户个人资料/播放列表并运行CombinePlaylists 消防处 存储用户数据 设定档:Spotify.profileId:userToken 组合播放列表:Spotify.profileId:JSON.stringify({source.playlistId:destination.pl
【文件预览】:
spotify-should-sync-merged-playlists-master
----.gitignore(1KB)
----functions()
--------.gitignore(146B)
--------package.json(1KB)
--------package-lock.json(152KB)
--------src()
--------tsconfig.json(331B)
--------.eslintrc.js(588B)
--------tsconfig.dev.json(42B)
----firebase.json(615B)
----public()
--------index.html(4KB)
----.github()
--------workflows()
----README.md(2KB)
----.idea()
--------.gitignore(98B)
--------vcs.xml(180B)
--------dbnavigator.xml(22KB)
--------spotify-should-sync-merged-playlists.iml(458B)
--------modules.xml(324B)
----.firebaserc(72B)
----firestore.rules(208B)
----firestore.indexes.json(44B)