https://github.com/saswatamcode/flash-chat_ios
A simple iOS chat app which uses Firebase authentication and database.
https://github.com/saswatamcode/flash-chat_ios
Last synced: 12 months ago
JSON representation
A simple iOS chat app which uses Firebase authentication and database.
- Host: GitHub
- URL: https://github.com/saswatamcode/flash-chat_ios
- Owner: saswatamcode
- Created: 2020-01-03T04:38:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T04:54:45.000Z (about 6 years ago)
- Last Synced: 2025-01-25T16:27:50.638Z (about 1 year ago)
- Language: Swift
- Size: 7.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](https://GitHub.com/Naereen/ama)
[](https://GitHub.com/saswatamcode/flash-chat_ios/network/)
[](https://GitHub.com/saswatamcode/flash-chat_ios/stargazers/)
[](https://GitHub.com/saswatamcode/flash-chat_ios/issues/)
[](https://github.com/ellerbrock/open-source-badges/)
[](https://cocoadocs.org/docsets/NSStringMask)
# Flash Chat
A simple iOS chat app which uses Firebase authentication and firestore database to manage users and messages.
## Screenshots
 
## To Run
- Clone repo using Xcode Source Control
- Change bundle identifier and register app on Firebase.
- Add `GoogleService-Info.plist` to project
- Enable authentication and create a new Firestore database in Firebase
- In the project add the [IQKeyboardManagerSwift](https://github.com/hackiftekhar/IQKeyboardManager) module using Swift Package Manager or by adding it to the Podfile and running `pod install`
- Run app on preferred simulator
## Requirement
- iOS 13.x
- Xcode 11.x