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.
'''await documentReference.update(outerMap);'''
