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).
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).