I am saving data to Firebase Realtime Database. When it comes to HTC 820 the data is not sending to Firebase Database.
Everything works fine with Samsung devices from version 4.0 (Ice Cream Sandwich) till 7.0 (Nougat).
Tested an
.apkon HTC 10 which has android version 7.0, the app is working and data is saved in Firebase Database.- But, when tested an
.apkon HTC 820 it is not saving a data to Firebase Database. To understand the problem, usedLog.d()and inLogcatit represented the data which is sending from the device.
Did anyone had similar issue like this?