BroChat

Language: iOS Mobile Development, Swift 4.2

Backend: Firebase

This is a simple messaging application written using Swift 4.2 and Xcode Version 10.2. This was an application that I created in my spare time so that I could become more familiar with Firebase functionality.

BroChat_1
BroChat_2

You will either register or login and once you do you click the compose button in the top righthand corner of the application and the application will display a searchable list of users.

BroChat_3

You will then select a user to message and it will take you to the chat portion of the application.

BroChat_4

Type a message in the input field and then click send or tap the return key. If you don’t have a long message or a lot of messages, tap the interface and the keyboard will lower to reveal all message that were sent. Tap the back button to return to the main screen and you will see that the message you entered as part of a list of conversations. Similar to the way text messages work on the iPhone.

BroChat_5

At this point you can start new conversations with other users if you wish.

For more info go to my GitHub repository at:

https://github.com/Pac12Run8000/BroChat and read the “Readme.md” file.