Tindergram
Tindergram copied to clipboard
🔥 Tinder clone in Swift
Tindergram
Tinder clone in Swift.
#Features
- Facebook authentication
- Parse backend (for storing user information)
- Send and receive messages with Firebase
How to try this out
- Use the out-of-the-box code, with small changes
- Create your own Parse, Facebook, and Firebase app
Below, I walk you through the set up. If you still need help: @thomasmeagher or [email protected].
Initial Set up
- Clone the repo
- Open Tindergram.xcworkspace (important)
Setting up Parse
- Sign up or login to Parse
- Create a new app
- Add a new class of type, User
- Go to Constants.swift and insert your parseAppID and parseClientKey
Setting up Facebook
- Go to Facebook Developer
- Add a new app
- Configure your info.plist and bundle identifier (the quickstart guide walks through this process)
Setting up Firebase
- Sign up or login to Firebase
- Create a new app
- Go to Constants.swift and insert your firebaseAppURL
Wrapping Up
- Run the app and login
- Check Parse. If everything worked correctly, you should now appear as a user.
- You will want to add test users in Parse so that you have people to swipe through
- Enjoy
License
Tindergram is released under the MIT license. See LICENSE for details.
Credit to Bitfountain for their awesome iOS 8 Course and app assets