instamobile / messenger-iOS-chat-swift-firestore

Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
https://www.iosapptemplates.com
MIT License
756 stars 128 forks source link

Firestore convenience, camera button added back, pods removed, .gitignore implemented, other stuff #3

Closed DanBurkhardt closed 5 years ago

DanBurkhardt commented 5 years ago

added a convenience class that will help new devs get this working with a new instance of Firestore (ATCRemoteData.swift), added .gitignore to prevent accidental commits with GoogleService-Info.plist, gitignore won't track or add pods or Podfile.lock, debugging statements added throughout-- not having them means a clean terminal, but it is damn hard to stack trace if we don't know what is working and how. Also, modified ID scheming, it is more logical to make the chat threads look like {userID}:{userID} instead of concatenating the two

mrcflorian commented 5 years ago

Looks great. Thanks a lot!