You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project is a an attempt to set up a Real Time Chat Application. The service is Firebase supported.
Person can look-up existing Users by their email and name, see their Presence updating and Chat with them in Real Time.
It was build keeping MVVM architecture on mind. The Controller, Views Just interact with the ViewModel and Model to get the Data to render.
The Netork Managing is still something that needs improvement on as it using Singletons, the preferred mode would be Dependecy Injections but it seemed like an overkill.
The user can:
Create an account with his email or Log In with Google.
Open SafeMessenger.xcworkspace and Run the project
Preview
About
Safe Messenger as the name says is a chat Application. It allows you to look up friends, see if them are online or not and chat with them in Real Time.