Updating existing document in Firebase using Flutter causes Lost Of Connection to the Simulator

32 views Asked by At

I have an existing map in Firebase that I'm trying to update with Flutter. Executing the code 'await documentReference.update()' causes the simulator to lose connection.

Network connectivity is good. Rules are good.The map/list that I'm trying to update the existing map/list with.

'''await documentReference.update(outerMap);'''

Existing Firebase Collection

0

There are 0 answers