We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题: 查看该cloud function的日志,深层嵌套的ips显示[object]而不是{ip1: xxx, ip2: xxx},ips数据是否解析成功,能否通过user.ips.ip1获取?
cloud function
ips
[object]
{ip1: xxx, ip2: xxx}
user.ips.ip1
结论:尽管日志显示的是ips: [object],但数据解析成功,可以通过user.ips.ip1获取
ips: [object]
测试源码:https://github.com/mrdulin/nodejs-gcp/tree/master/src/cloud-functions/nested-data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题: 查看该
cloud function
的日志,深层嵌套的ips
显示[object]
而不是{ip1: xxx, ip2: xxx}
,ips
数据是否解析成功,能否通过user.ips.ip1
获取?结论:尽管日志显示的是
ips: [object]
,但数据解析成功,可以通过user.ips.ip1
获取测试源码:https://github.com/mrdulin/nodejs-gcp/tree/master/src/cloud-functions/nested-data
The text was updated successfully, but these errors were encountered: