Анализировать не возвращает пользователей электронной почты в ответ на запрос, но мне нужно получить электронную почту в базовом find
запросе, как я могу это получить?
Как получить пользователей электронной почты в запросе, хотя
Обновить |
April 2019 |
Просмотры |
193 раз |
1
2 ответы
0
Email access is restricted for security reasons, but using a master key will give access.
Instead of
query.find()
add a master key request in the find
query.find({useMasterKey:true})
3
Emails are not accessible for security reasons by no-one. Only a call with the masterKey can read the emails from the users table.
This is a preventive security measure in order to avoid data leaks.