How to add Category Suggestion in firebase through Admin Panel :
Before using app you need to add Category Suggestion compulosry.
Follow below steps for add Category Suggestion through Admin Panel
- We Have already apply all the condition for add Category Suggestion in firebase
- All You need to Add Category Suggestion through Admin Panel
- We are saving three value Category Title, Suggestion List array and isActive Status. If
you want to add any keyword just add that key in category_suggestion_controller.dart in
addData() function also create new textbox and iniatlize TextEditingController
- Your Firebase Look like below image