Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re Different Firestore result than the one in your example #16

Closed
andyfensham opened this issue Apr 8, 2020 · 1 comment
Closed

Re Different Firestore result than the one in your example #16

andyfensham opened this issue Apr 8, 2020 · 1 comment

Comments

@andyfensham
Copy link

I logged another call but I think it has nothing to do with axios but with the result I am getting back that need to be parsed. My result is different from yours.

{ "name": "projects/midrandchapel/databases/(default)/documents/about/lFFDPtq5T61BufAOBio0", "fields": { "actions": { "arrayValue": { "values": [ { "mapValue": { "fields": { "text": { "stringValue": "Contact Us" }, "to": { "stringValue": "/contact" }, "color": { "stringValue": "primary darken-4" } } } } ] } }, "md": { "integerValue": "6" }, "showimg": { "booleanValue": true }, "cols": { "integerValue": "12" }, "lg": { "integerValue": "3" }, "subtitle": { "stringValue": "Subtitle or text goes here" }, "xl": { "integerValue": "2" }, "to": { "stringValue": "about/imnew" }, "xs": { "integerValue": "12" }, "text": { "stringValue": "text goes here" }, "sm": { "integerValue": "12" }, "srcavatar": { "stringValue": "https://picsum.photos/id/1005/50/50" }, "title": { "stringValue": "I'm New" }, "src": { "stringValue": "https://picsum.photos/id/1005/5760/3840" }, "page": { "stringValue": "about" }, "sortorder": { "integerValue": "0" } }, "createTime": "2020-04-06T16:18:59.477042Z", "updateTime": "2020-04-08T05:55:02.021686Z" }

@jdbence
Copy link
Owner

jdbence commented Apr 12, 2020

Looks like it's working properly.
Here is an Repl.it with your example
https://repl.it/repls/JointKaleidoscopicElement

@jdbence jdbence closed this as completed Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants