Getting Started
Thank you for purchasing our Premium UberEats Clone. This is the official documentation to help you successfully utilize our source code. Below, you'll find an easy-to-follow roadmap broken into five main stages:
📋 Overview of Stages​
- Build and run the project on iOS and Android.
- Link your Firebase account.
- Deploy Firebase functions for order tracking and driver dispatching.
- Build and run the Restaurant owner app , Driver app, Admin app and Customer App.
- Make further customizations as per your requirements.
We’ll describe each stage in detail, assuming no prior React Native experience. If you're already familiar with concepts like building iOS projects with CocoaPods, feel free to skip ahead.
We are going to describe each stage in details, assuming everyone who reads this has no prior React Native experience. If you are already familiar with things such as building React Native iOS projects with Cocoapods, feel free to skip those articles and move on. We recommend you to follow the steps below, in order:
- Build and run the downloaded React Native project – Full Documentation
- Link your own Firebase account – Full Documentation
- Configure Facebook Login – Full Documentation
- Configure payments by setting up your Stripe account – Full Documentation
- Configure Apple Pay – Full Documentation
- Configure Push Notifications – Full Documentation
- Get familiar with our core components and design patterns – Full Documentation
- Add Restaurants, Food Menu and Drivers Data to your Firebase Firestore Database – Full Documentation
- Enable Driver Dispatch and Order Tracking function – Full Documentation
- Build & Run the Restaurant Owner App – Full Documentation
- Build & Run the Driver App – Full Documentation