mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[firestore][ios] Type map changes for iOS
This commit is contained in:
@@ -274,7 +274,7 @@ public class FirestoreSerialize {
|
||||
return null;
|
||||
}
|
||||
} else {
|
||||
Log.e(TAG, "parseTypeMap", new RuntimeException("Cannot convert object of type " + type));
|
||||
Log.e(TAG, "parseTypeMap: Cannot convert object of type " + type);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user