[firestore][ios] Type map changes for iOS

This commit is contained in:
Chris Bianca
2017-10-10 17:22:12 +01:00
parent b8751262b7
commit 7c95ceca5b
5 changed files with 136 additions and 6 deletions

View File

@@ -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;
}
}