Recently, we started noticing a lot of bugs in our JetAdmin panel. We managed to narrow it down and found that every button that updates a Firestore document also updates random fields in the same document.
For example, there is a button that updates only the ‘bio’ field. When tapped, it updates the ‘birthday’ field by setting it to the current date, and it sets the ‘blocked’ field to True, also it wipes out several other fields in the document.
We did not program this behavior! Also, this situation is occurring with old functionality that worked fine for months. Every button that updates data is now broken in our dashboard. Please help us resolve the problem!