firebaseui

Firebase UI authentication with google fails with message (code:10 message:10)

微笑、不失礼 提交于 2019-11-25 23:38:01
问题 I\'ve made a chat app that uses Firebase\'s feature Real-time database . I face a problem with google authentication. The problem started when I downloaded the app from the Play Store, the authentication was working perfectly when I was running the app in debug mode. When users try to sign in they get a toast message code:10 message:10 . I would like to note here that: I\'ve added the SHA1 fingerprint. How can I solve this? *Not sure if this is helpful but I\'ve followed step by step this

FirebaseListAdapter not pushing individual items for chat app - Firebase-Ui 3.1

 ̄綄美尐妖づ 提交于 2019-11-25 22:37:46
问题 I am making a chat app on Android that uses google firebase to store messages that users write to each other. To display these messages to the users I read them from the database and organize them into a custom ListView with a ListAdapter. This was working fine until I updated my dependencies, specifically firebase ui to: com.firebaseui:firebase-ui:3.1.0 Now the code to construct the list adapter does not work, being: adapter = new FirebaseListAdapter<ChatMessage>(FirebaseDatabase.getInstance