How Do I Push a Photo from a FireStore database onto a local variable to be referenced and used in another component?

后端 未结 0 2011
一个人的身影
一个人的身影 2020-12-02 22:21
if (isLoggedIn === true) {
    db.collection("user-profiles").where("email", "==", email)
    .get()
    .then((snapshot) => {
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题