All Projects → wsmaragh → Date

wsmaragh / Date

A dating app that creates meaningful connections through food (Push notifications, Firebase, Chat, Schedule Calendar, Onboarding, Social media Login)

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Date

Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (+603.45%)
Mutual labels:  firebase, chat
Rpc Websockets
JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
Stars: ✭ 344 (+1086.21%)
Mutual labels:  chat, push-notifications
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+11310.34%)
Mutual labels:  firebase, push-notifications
Chat Realtime
Public & Private message. MySQL & Firebase.
Stars: ✭ 147 (+406.9%)
Mutual labels:  firebase, chat
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+14603.45%)
Mutual labels:  firebase, chat
Gappein Chat Sdk
A plug and play modular toolkit for integrating the Chat feature on top of Firebase!
Stars: ✭ 154 (+431.03%)
Mutual labels:  firebase, chat
Falconmessenger
🌟🌟🌟🌟🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Stars: ✭ 310 (+968.97%)
Mutual labels:  firebase, chat
Vue Push Notification Example
An example repo for using browser push notifications with Vue.js and Firebase
Stars: ✭ 120 (+313.79%)
Mutual labels:  firebase, push-notifications
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (+1296.55%)
Mutual labels:  firebase, chat
React Native Messenger
Facebook Messenger Implementation using react-native
Stars: ✭ 351 (+1110.34%)
Mutual labels:  firebase, chat
Chat21 Ios Sdk
DEPRECATED
Stars: ✭ 15 (-48.28%)
Mutual labels:  firebase, chat
React Native Starter
Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
Stars: ✭ 579 (+1896.55%)
Mutual labels:  firebase, push-notifications
Quick Chat
Real time chat app written in Swift 5 using Firebase
Stars: ✭ 1,773 (+6013.79%)
Mutual labels:  firebase, chat
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (+455.17%)
Mutual labels:  firebase, chat
Chatair Android
🔥 A highly advance featured chat app in android using Firestore
Stars: ✭ 132 (+355.17%)
Mutual labels:  firebase, chat
Firebasepushnotificationplugin
Firebase Push Notification Plugin for Xamarin iOS and Android
Stars: ✭ 307 (+958.62%)
Mutual labels:  firebase, push-notifications
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+33258.62%)
Mutual labels:  firebase, push-notifications
Tiledesk Server
Tiledesk server. Tiledesk is an Open Source Live Chat platform written in NodeJs and MongoDB
Stars: ✭ 94 (+224.14%)
Mutual labels:  firebase, chat
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+14920.69%)
Mutual labels:  firebase, push-notifications
Chat app
A flutter chat app built with firestore. It is clone of messenger.User can create stories,chat and search in real time.
Stars: ✭ 493 (+1600%)
Mutual labels:  firebase, chat

dAte

dAte is a iOS mobile app that matches users based on their food preferences.


dAte dAte

Features

A few of the things you can do with dAte:

  • Browse users with similiar preferences
  • Like and Match with users
  • Send and receive chat messages (with notification)
  • Schedule a date with your match (with notification)
  • Receive Push notifications for likes, matches, and date reminders

Designing & Planning

Developed by:

Demo Presentation at Venmo (in front 200-person crowd + judges)

Project Manangement (Trello)

Project Management/Progress: https://trello.com/b/U6tB0D4k/capstonetrello

Built with

Requirements

  • Xcode 9.3+
  • iOS 11.3
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command: $ sudo gem install cocoapods

Pods

  • Firebase
    • Firebase/Core
    • Firebase/Auth
    • Firebase/Database
    • Firebase/Storage

How to Install Pods

To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target 'dAte' do
    pod 'Firebase/Core'
    pod 'Firebase/Auth'
    pod 'Firebase/Database'
    pod 'Firebase/Storage'
end

Then, run the following command in Terminal: $ pod install

Acknowledgments

  • Thanks to Intrepid/Accenture for providing us with great mentors.
  • Thanks to Venmo/Paypal for hosting our Demo.
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].