Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 _users 数据库是安全的,所以用户只能访问他们自己的信息。但是,我希望其他用户能够检索某些公共信息,例如电子邮件地址、真实姓名和电话号码。我能做到这一点的最佳方法是什么?
您可以将信息存储在_local 数据库中,例如_local/userinfo.json。当然,您需要知道其他用户的 url。