db.collection('chatroom').where('고구마', '==', 'uid').get().then()은 강의처럼 되는건 알겠는데요.
db.collection('chatroom').where('고구마', '==', 'uid').add(~~~) 이처럼 where문에서 가져온 것을 add 혹은 update는 할 수 없는건가요?
즉 where문으로 내uid가 있는 문서를 update해주고 싶은데 문법상 안된다고 나오네요.
구글링 3시간 해도 안나와서 결국 여기에 남깁니다.!