I am using React for frontend and Firebase for Backend. I am making a Recipe app and I have stored Recipes in firebase.
I want to search these Recipes and display results in my project. I want to search with the name of the recipe or the ingredient used in it. I have stored the ingredients in an Array inside firebase database.
Any ideas how can I accomplish this?