阅读背景:

Angularfire无法检索密钥

来源:互联网 

I have this code block here;

我这里有这个代码块;

 return this.db.list(`users/${currentId}/chatThreads/`)
      .map((thread) => {
        thread.map((t) => {
          let x = {
            key: t, // <- Undefined? Where's the key
            count: t.$value,
          }
          console.log(x);
          return x;
        })
      });
 re



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: