Firebase Android 4.4上的ReactNative Firestore崩溃

Firebase Android 4.4上的ReactNative Firestore崩溃,firebase,react-native,google-cloud-firestore,firebase-authentication,android-4.4-kitkat,Firebase,React Native,Google Cloud Firestore,Firebase Authentication,Android 4.4 Kitkat,我有一台运行安卓4.4的设备,我需要使用ReactNative Firestore为它创建一个应用程序,但是,每当我尝试连接时,它就会崩溃,同样的代码在我的手机(安卓10)上运行良好,你们能帮我吗 它在此函数上崩溃: 异步登录(){ const Login=wait SingIn('donatello@ninjaturtle.com','123456') const userDocument=wait firestore().collection('Lockers').doc('Locker0

我有一台运行安卓4.4的设备,我需要使用ReactNative Firestore为它创建一个应用程序,但是,每当我尝试连接时,它就会崩溃,同样的代码在我的手机(安卓10)上运行良好,你们能帮我吗

它在此函数上崩溃:

异步登录(){
const Login=wait SingIn('donatello@ninjaturtle.com','123456')
const userDocument=wait firestore().collection('Lockers').doc('Locker00').get();
console.log(userDocument.\u数据)
}