'when editing firebase data from react js ,firebase update not changing anything

 db.collection('employee').doc(qw1).update({
  unames: uname
  
})

nothing changed in my database after execution. Not even getting any errors or warning.i am using firebase version 9



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source