我无法使用.collection()。get()使RNfirebase提取数据

时间:2019-05-07 05:39:19

标签: ios firebase react-native google-cloud-firestore rnfirebase

我正在使用react-native和RNFirebase创建一个简单的iOS应用。我将使用RNFirebase提取存储在Firebase云Firestore中的数据。直到今天,当由于某种原因应用程序尝试获取数据而关闭时,此功能都非常有效。

firebase.firestore().collection('product').get().then(snapshot => {
      console.log(snapshot)
    })

我希望控制台在我的数据库中输出产品,但是它将关闭我的应用程序。

0 个答案:

没有答案