Open multimanic opened 3 years ago
https://github.com/webrtc/FirebaseRTC/blob/b1d98aa103eb63b6874d52b2023b25fba81cbd50/public/app.js#L33
According to the docs, the doc() method doesn't return a promise. So why the await in this line?
doc()
await
https://github.com/webrtc/FirebaseRTC/blob/b1d98aa103eb63b6874d52b2023b25fba81cbd50/public/app.js#L33
According to the docs, the
doc()
method doesn't return a promise. So why theawait
in this line?