标签: reactjs firebase react-native google-cloud-firestore
这是我的代码。
CheckBox
我注意到,在uploadImageAsync上上传图像没有问题,但是当涉及addPost方法时,它不会创建名为“ post”的集合。
该怎么办?先感谢您。顺便说一句,我没有使用expo。
答案 0 :(得分:0)
首先,您的addPost方法尝试创建的集合称为“帖子”,而不是“帖子”。当涉及到Firestore时,请始终检查您的安全规则是否允许该用户写入该路径。
addPost
也很高兴看到addPost的用法,并查看其res和rej的返回结果。
res
rej