FoodOn_FoodDelivery_by_Androrealm
FoodOn_FoodDelivery_by_Androrealm copied to clipboard
FoodOn
Installation Guide
- Clone repository
- Open the Project in your android studio
- IMPORTANT:- Change the PackageName
- Create Firebase project.
- Connect Firebase with Android Studio.
- Download the file google-service.json from firebase project setting and import into your project
- IMPORTANT FOR NOTIFICATION:- Copy Server key from Firebase/Project Setting/cloudmessaging/ and paste it in APIService.java class
Alert
If you will not connect with your firebase and try to run this app with mine firebase connection than you will not see any dish etc. Because I have restricted the rules to read and write
Corection in Delivery Panel
After Registering as delivery person , copy UID of that delivery person from firebase and in : "FoodOn_FoodDelivery_by_Androrealm/app/src/main/java/com/food_on/app/ChefFoodPanel/ChefPreparedOrderView.java" file at line 65=> String deliveryId = "oCpc4SwLVFbKO0fPdtp4R6bmDmI3"; paste here. Similarly, Do this in DeliveryPendingOrderFragment.java file