Hi sir! I find your tutorial super informative and so good, I just have question how can you make it that the user when they click specific item they can view the data of the item they clicked in another activity?
For that first you need to get the document id. In your user class just add one more variable named String docId and create a getter and setter for it. Then just annotate the getter and setter of docId with @DocumentId for the firebase to automatically handle it. Then you can use this document id to get specific data.
This was so helpful, Thanks!
Hi sir! I find your tutorial super informative and so good, I just have question how can you make it that the user when they click specific item they can view the data of the item they clicked in another activity?
When retrieving long string of text from firebase to a textview, how do we observe the paragraphs?
Hi there, hope help you, in my case i assign a padding in the elements of 8dp and the problem just got solved
thank you very much slove my app crush problem make multipal project to see tutorial bust all project will crashes i find you after 2 month
Can you provide code for above file?
My app crashes, what could i do wrong?
I am not able to do same thing in fragment
Did you manage to solve the problem with fragment?
How to get specific documents id data ?
For that first you need to get the document id. In your user class just add one more variable named String docId and create a getter and setter for it. Then just annotate the getter and setter of docId with @DocumentId for the firebase to automatically handle it. Then you can use this document id to get specific data.
@@languagegravy thank you so much