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
Hi. Thanks for this great material. I was able to use it for my simple mobile app. However, I would like to store the videos into Firestore. How would you convert the video array into something that can be stored in Firestore?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi. Thanks for this great material. I was able to use it for my simple mobile app. However, I would like to store the videos into Firestore. How would you convert the video array into something that can be stored in Firestore?
videos = [
{ id: "youtube-player-1", videoId: "ofC6h3E2vYo" },
{ id: "youtube-player-2", videoId: "Yq6Rkuk2dGg" },
{ id: "youtube-player-3", videoId: "HIX_CmLEgWU" },
{ id: "youtube-player-4", videoId: "oexiLw4daAE" },
];
Beta Was this translation helpful? Give feedback.
All reactions