Last active
December 27, 2017 22:33
-
-
Save chemelnucfin/71649e34f6b731c7a866124b3cde37d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[libprotobuf ERROR ./google/protobuf/dynamic_message.h:174] map keys are not unique | |
update { | |
name: "projects/firestorecredential-3a5dc/databases/(default)/documents/i-did-it/for-set-1514412059888" | |
fields { | |
key: "address" | |
value { | |
map_value { | |
fields { | |
key: "city" | |
value { | |
bytes_value: "LA" | |
} | |
} | |
} | |
} | |
} | |
fields { | |
key: "address" | |
value { | |
map_value { | |
fields { | |
key: "city" | |
value { | |
bytes_value: "SF" | |
} | |
} | |
fields { | |
key: "state" | |
value { | |
bytes_value: "CA" | |
} | |
} | |
} | |
} | |
} | |
fields { | |
key: "name" | |
value { | |
bytes_value: "Sam" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update { | |
name: "projects/firestorecredential-3a5dc/databases/(default)/documents/i-did-it/for-set-1514413242417" | |
fields { | |
key: "address" | |
value { | |
map_value { | |
fields { | |
key: "city" | |
value { | |
bytes_value: "SF" | |
} | |
} | |
fields { | |
key: "state" | |
value { | |
bytes_value: "CA" | |
} | |
} | |
} | |
} | |
} | |
fields { | |
key: "name" | |
value { | |
bytes_value: "Sam" | |
} | |
} | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update { | |
name: "projects/firestorecredential-3a5dc/databases/(default)/documents/i-did-it/for-set-1514413242417" | |
fields { | |
key: "address" | |
value { | |
map_value { | |
fields { | |
key: "city" | |
value { | |
bytes_value: "LA" | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment