Refresh firebase tag list


I am using firebase and dynamic cardview with dynamic images for showing the data of list . but when user enters new data then list does not refresh that time .after closing and opning the application news data can be seen
I want that when firebase data change than new data should autometically refreshed . when i am using get tags block again than whole data is repeated that causing the problem . can anybody tell me how to solve this problem

Just clear the global variable lists and load tags again.

If you are using a procedure then repeat the procedure after clearing global lists.

Use when firebase. onDataChanged method.
Look for docs for more help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.