How to fetch items one by one from firebase database?
How can I add only one element to the page that I have added? Now, every time I add a bank, the entire database is pulled out and those banks that have already been added are drawn again. const sendBankData…