dzjones

Results 1 comments of dzjones

another bug on sample code const roomRef = await db.collection('rooms').add(roomWithOffer); const roomId = roomRef.id; Need to turn `const roomId` into a global variable `roomId` Otherwise, in the state of no...