- iOS 16.4 or later
- Xcode 12.0 or later
- Swift 5.3 or later
- Clone the repository: git clone https://github.com/MahinMuhammad/Poke
- Open the Poke.xcodeproj file in Xcode.
- Change the Bundle Identifier as your own.
- Make a firebase project and add the google plist inside your project
- Build and run the project in Xcode.
- Signin or # using firebase auth
- Show chatlist dummy
- Several options in Settings view
- Shows dummy profile
- Let user preview/update his/her own profile
- Let user chat with other users
- Let user make friends and see them in friendlist
- Fork the repository.
- Create a new branch for your feature: git checkout -b feature/your-feature-name.
- Make your changes and commit them: git commit -m "Add your commit message here".
- Push your changes to your forked repository: git push origin feature/your-feature-name.
- Submit a pull request to the main repository.