Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWould it be desirable to add a method for updating individual values for document data? #127
Comments
|
Sure. Always happy to consider a thoughtful patch. |
I admit I ask because I kept absentmindedly trying to update with
doc.data['key'] = 'value'rather thandoc.data = {'key': 'value'}today. I could see it being advantageous to leave behavior as it is, because what I tried opens at least one can of testing worms, but I figured it best to check!Thanks again for the incredibly useful tools, y'all.