This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.
await really make sense in db.collection('rooms').doc(); ? #33
FirebaseRTC/public/app.js
Line 33 in b1d98aa
According to the docs, the
doc()method doesn't return a promise. So why theawaitin this line?