When I do the tests with apk-debug the data is stored with its correct key in FirebaseDatabase, as it was stipulated in the model.
But when I generate the apk-release, the data is saved but with different keys.
In the attached image frame in green, as they are, the data is left with the apk-debug and in red, as it is, when I generate the app in apk-release.
Do you know why this occurs? and What should I modify to solve it?
Thanks in advance to everyone