All Projects â†’ tmm-archive â†’ Tindergram

tmm-archive / Tindergram

Licence: mit
đŸ”„ Tinder clone in Swift

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Tindergram

Tinderclone
Tinder App Clone
Stars: ✭ 196 (+81.48%)
Mutual labels:  firebase, tinder
Vuejs Crud
A basics CRUD app for products build with vuejs and firestore
Stars: ✭ 105 (-2.78%)
Mutual labels:  firebase
Dashboards
Drag & drop dashboard builder!
Stars: ✭ 97 (-10.19%)
Mutual labels:  firebase
Nuxt Firebase Pwa
Run the Nuxt.js application (SPA * SSR * PWA) on Firebase.
Stars: ✭ 103 (-4.63%)
Mutual labels:  firebase
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-10.19%)
Mutual labels:  tinder
Ionic Messenger Starter
@ionic/angular, angularfire2, firebase 5 messenger starter.
Stars: ✭ 103 (-4.63%)
Mutual labels:  firebase
Whereareyou
Real time location tracker using Android App & Firebase with Mapbox
Stars: ✭ 96 (-11.11%)
Mutual labels:  firebase
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (+0%)
Mutual labels:  firebase
Flutter catalog
An app showcasing Flutter components, with side-by-side source code view.
Stars: ✭ 1,396 (+1192.59%)
Mutual labels:  firebase
Vue Tinder
Have your own Tinder and TanTan.
Stars: ✭ 103 (-4.63%)
Mutual labels:  tinder
Flutter medical
Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.
Stars: ✭ 99 (-8.33%)
Mutual labels:  firebase
Firebase
[DEPRECATED] Unofficial Carthage support for Firebase libraries
Stars: ✭ 99 (-8.33%)
Mutual labels:  firebase
React Firebase
React bindings for Firebase
Stars: ✭ 104 (-3.7%)
Mutual labels:  firebase
Delern
Spaced repetition learning system
Stars: ✭ 98 (-9.26%)
Mutual labels:  firebase
Pokemon63
「みんăȘた63 - ă‚čクăƒȘăƒŒăƒłă‚·ăƒ§ăƒƒăƒˆă‹ă‚‰è‡Șć‹•è§Łæžă§ăă‚‹ăƒă‚±ăƒąăƒłăźéžć‡șæŠ•çšżă‚”ă‚€ăƒˆă€ăźă‚œăƒŒă‚čă‚łăƒŒăƒ‰
Stars: ✭ 107 (-0.93%)
Mutual labels:  firebase
Conference Hall
📣 An open SaaS platform to manage call for papers
Stars: ✭ 97 (-10.19%)
Mutual labels:  firebase
Feedfire
FeedFire is a project to help developers integrate with Google Firebase.
Stars: ✭ 100 (-7.41%)
Mutual labels:  firebase
Pring.ts
Cloud Firestore model framework for TypeScript - Google
Stars: ✭ 103 (-4.63%)
Mutual labels:  firebase
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (+0%)
Mutual labels:  firebase
Functions Samples
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Stars: ✭ 10,576 (+9692.59%)
Mutual labels:  firebase

Tindergram

Tinder clone in Swift.

#Features

  • Facebook authentication
  • Parse backend (for storing user information)
  • Send and receive messages with Firebase

screenshots

How to try this out

  1. Use the out-of-the-box code, with small changes
  2. 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

  1. Clone the repo
  2. Open Tindergram.xcworkspace (important)

Setting up Parse

  1. Sign up or login to Parse
  2. Create a new app
  3. Add a new class of type, User
  4. Go to Constants.swift and insert your parseAppID and parseClientKey

Setting up Facebook

  1. Go to Facebook Developer
  2. Add a new app
  3. Configure your info.plist and bundle identifier (the quickstart guide walks through this process)

Setting up Firebase

  1. Sign up or login to Firebase
  2. Create a new app
  3. Go to Constants.swift and insert your firebaseAppURL

Wrapping Up

  1. Run the app and login
  2. Check Parse. If everything worked correctly, you should now appear as a user.
  3. You will want to add test users in Parse so that you have people to swipe through
  4. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].