标签: firebase firebase-authentication
我想知道getAuth().uid是否敏感/私密?我打算在用户帖子上使用它:post.created_by: getAuth().uid。这使得编写规则/逻辑变得更加容易。
getAuth().uid
post.created_by: getAuth().uid
另一种方法是在将用户添加到数据库时使用推送ID,我试图避免使用推送ID。