Closed
Description
We use GitHub Issues for bugs.
If you have a non-bug question, ask on Stack Overflow or Server Fault:
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue
--- Please use this template. If you don't use this template, your issue may be closed without comment. ---
Issue Description
I queried _User class for using user's email data, but not returned these. Is not support this function now?
Steps to reproduce
- With Chrome Application
- Open Chrome
- Open ARC
- Query _User class
- see Results.
- With React develop site console.
- Enter Querying Page.
- Open Chrome Console.
- See Network Trace and result
Expected Results
{
results : [
...,
{
...,
email: "[email protected]",
username: "usernamehere",
...
},
...
]
}
Actual Outcome
{
results : [
...,
{
...,
username: "usernamehere",
...
},
...
]
}
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.7.2
- Operating System: Linux (Microsoft Azure WebApp)
- Hardware: WebApp S1 Container
- Localhost or remote server? : Azure
-
Database
- MongoDB version: 3.4.x
- Storage engine: unknown
- Hardware: unknown
- Localhost or remote server? : mongo db atlas free tier
Logs/Trace
Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment.
Metadata
Metadata
Assignees
Labels
No labels