Can't get data from React-Native-Firebase(v6) Firestore: undefined is not a function (near '…this._firestore.native.collectionGet…')
问题 I've been stuck on this issue for so long. I just started implementing Firestore in my react-native application with react-native-firebase. I'm just following the docs [https://invertase.io/oss/react-native-firebase/v6/firestore/quick-start#reading-data] but it doesn't work for me. This is in Android. Haven't tested in iOS yet. I keep getting this error: [TypeError: undefined is not a function (near '...this._firestore.native.collectionGet...')] Here's the relevant code: import React,