You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a different VR headset and lost all my favorites songs list. I want to gauge if this is a feature that is likely to be merged if I work on it. I know the leaderboard is using firebase for persistence. Favorites could probably be stored there but the leaderboard hasn't been loading pointing to firebase overload, so I don't want to rely on that.
To load/restore the favorites file I might have to implement a file chooser webxr UI as an external lib and link it in
Edit: Apparently browser file system api is a built in dialog.
I got a different VR headset and lost all my favorites songs list. I want to gauge if this is a feature that is likely to be merged if I work on it. I know the leaderboard is using firebase for persistence. Favorites could probably be stored there but the leaderboard hasn't been loading pointing to firebase overload, so I don't want to rely on that.
To load/restore the favorites file I might have to implement a file chooser webxr UI as an external lib and link it inEdit: Apparently browser file system api is a built in dialog.
cc @dmarcos
The text was updated successfully, but these errors were encountered: