I am trying to retrieve the user\'s info after they log in from Firebase. I have the sneaking suspicion that this error isn\'t actually my problem - and has to deal with the
Not sure about Kotlin(never used it) but i think the pojo field names have to match the Firebase entry name
like:
var Password: String = "",
has the capital "P" but in your Firebase the "Password" is spelled with a lower case..