This is a simple project, wherein I aim to replicate custom functionality I have implemented previously, with a simple solution based upon Firebase. This including the real-time updates and the notes on objects, which in this case take the form of reviews.
- Initial Firestore tutorial ( see below ) was used as a base.
- An "Add Restaurant" View controller was added, so you can add custom Restaurants
- Allows image uploads for Restauraunts, so you can add one if you wish.
- Adding accurate locations using google maps, so you could potentially ask for directions.
This is the source code that accompanies the Firestore iOS Codelab.
The codelab will walk you through developing a restaurant recommendation app powered by Cloud Firestore on iOS.
If you don't want to do the codelab and would rather view the completed sample
code, see the Firebase iOS Quickstart repository
or the codelab-complete
branch.