1. Home
  2. Docs
  3. UberEats Clone – Documentation
  4. Getting Started

Getting Started

Thank you for purchasing our premium iOS UberEats Clone. This is the official documentation that will help you make use of our source code efficiently and successfully. There are 3 main stages that you are most likely going to go through:

  1. Build and run the Xcode project
  2. Link your own Firebase account
  3. Make further customizations

We are going to describe each stage in details, assuming everyone who reads this has no prior iOS experience. If you are already familiar with things such as building Xcode projects with Cocoapods or Swift Firebase SDK, feel free to skip those articles and move on.

We recommend you to follow the steps below, in order:

1. Build and run the downloaded Xcode project – Full Documentation

2. Link your own Firebase account – Full Documentation

3. Add your own data to your Firebase database – Full Documentation

4. Configure Facebook Login – Full Documentation

5. Configure payments by setting up your Stripe account – Full Documentation

6. Configure Apple Pay – Full Documentation

7. Get familiar with our core components and design patterns – Full Documentation

8. Browse the code documentation – Full Documentation

9. Check out the list of common customizations – Full Documentation

10. Make your own customizations