I am new to firebase. I am developing Android app and have the following goals
- Add data to firebase from an android form (client device 1) - This is done
- Retrieve all the data in the listview (client device 2) - This is done
- Click on the listview item (The list view is diplaying "Name" field) to open the details of that particular child (client device 2) - Need help with this step.
The data structure is:
consumers
-KTQ-mTbgwRDUh-1IUJ9
Age: "29"
BrandUsage: "brand1"
Mobile: "03212335775"
Name: "Abubaker"
-KTSyFcPh_cAS_C-ZVIm
Age: "45"
BrandUsage: "brand2"
Mobile: "04346494946"
Name: "Abubaker S"