Hashmap object saved in Cloud Firestore with field names as letters insted of informed names
- 阅读更多 关于 Hashmap object saved in Cloud Firestore with field names as letters insted of informed names
问题 I'm programming a android app in Kotlin and having troubles with document add to Cloud Firestore. When testing the app in android studio AVD Emulator it goes alright and saves as expected, but when I'm testing from my phone, with the app installed from Google Play Store in beta mode, it changes the field names of maps to letters. I'm creating a hashMap in kotlin as below: val mapeamento: HashMap<String, Any?> = hashMapOf( "user_id" to userId, "data" to data, "hora" to hora, "local" to