How to add Onboard in firebase through Admin Panel:
Before using app you need to add Onboard data compulosry.
Follow below steps for add Onboard through Admin Panel
- We Have already apply all the condition for add onboard in firebase
- All You need to Add Onboard Images,title, description language wise through Admin
Panel If already added data will get and set in design and you can update data after
that.
- We are saving 3 images, title, description and language in array. If you want to add
any lanaguage keyword just add new object in langauges array in addData() in
onboard_controller.dart also create new TextEditingController for new langauge title and
description as done for other lanaguage
Example. If you want to add new langauge Arabic add new TextEditingController for title and description,
TextEditingController txtArTitle = TextEditingController();
TextEditingController txtArDesc = TextEditingController();
- Also add in language array in app_array.dart
- Your firestore database look like below