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
From @elliottate, requested several times on Discord.
I would store them in Firebase as like comments with records being:
{id: songId, comments: []}
And comments would have:
{user, comment, time}
Sort the comments by time, keep track of the song position, when the song passes the time of the next comment, display the comment (in HTML/CSS or VR?).
Should be contained within an A-Frame component src/components/comment.js (even if it's only 2D).
The text was updated successfully, but these errors were encountered:
From @elliottate, requested several times on Discord.
I would store them in Firebase as like comments with records being:
{id: songId, comments: []}
And comments would have:
{user, comment, time}
Sort the comments by time, keep track of the song position, when the song passes the time of the next comment, display the comment (in HTML/CSS or VR?).
Should be contained within an A-Frame component
src/components/comment.js
(even if it's only 2D).The text was updated successfully, but these errors were encountered: