Actually its blood donation app
When user click on NEED Blood
then user have to select what Blood he/she need (like O-) then app shows O- bucket data in individual label or card or list view how can I do this
these entries can exceeds when blood donors are coming
Show the tag list(all the single digit alphapet) in a listview elements
If any items selected,
set the project bucket as selected as project bucket, and again get taglist…
Once tag list received , by using for each items in the list get firebase value and show the result. Simple .
Or
By using web compomet also you can get it
Set web URL as https://(project I’d).firebaseio.com/selected item/.json
When firebase got text bu using dictionary method show the value in the required component…
Simple
(Make sure sigle letter works well as project bucket)
can you do this
Suggestion: I guess your 1st method is easy if you try
i.e:
1. Show the tag list(all the single digit alphapet) in a listview elements
If any items selected,
set the project bucket as selected as project bucket, and again get taglist…
Once tag list received , by using for each items in the list get firebase value and show the result. Simple .