I’ve struggled creating a chat module for my app, so I decided to checkout the awesome open source from our fellow creators, I finally found an easy to manage one at this link: https://github.com/exyte/Chat/tree/main/ChatFirestoreExample
I’ve spent a couple of days to adjust the source code to my firebase database, and when it came time to integrate it back to my existing swift Xcode project, it’s even more struggles.
My current project is already in a workspace, so I tried to add it as a second project in the workspace, but it I wasn’t able to call any of the views or make any link.
I tried cross referencing the both projects, adding each inside the other, still didn’t work.
I even tried to just copy the files manually into my project, but that caused even more issues. duplication in class names, Swift versions are different, so I got errors on a few syntaxes etc
what’s the best way to go about this?
See the steps above




