Found two getters or fields with conflicting case sensitivity for property

前端 未结 6 1505
陌清茗
陌清茗 2020-12-20 17:08

Can anyone check if there are errors in it because I always get an error

com.google.firebase.database.DatabaseException: Found two getters or fields

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-20 17:34

    1. Brother your all variables in class SignupTeacher is private.
    2. Just make sure the variables you are using in this class should as it is as you are using in firebase. Look in my case

    1. And put the variables in your class in order the order you used in firebase Thanks

提交回复
热议问题