{"id":26657078,"url":"https://github.com/chat21/chat21-ios-demo","last_synced_at":"2026-04-08T15:31:22.455Z","repository":{"id":89525498,"uuid":"113476878","full_name":"chat21/chat21-ios-demo","owner":"chat21","description":"The chat21 ios demo project","archived":false,"fork":false,"pushed_at":"2021-09-20T07:57:12.000Z","size":24826,"stargazers_count":6,"open_issues_count":7,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-11T12:19:41.099Z","etag":null,"topics":["chat","chat-application","communication","customer-service","firebase","messaging","realtime","sdk"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chat21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-12-07T16:56:45.000Z","updated_at":"2021-09-20T07:57:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b1bf98d-659b-49b3-af4f-e6c3f403e365","html_url":"https://github.com/chat21/chat21-ios-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chat21/chat21-ios-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chat21%2Fchat21-ios-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chat21%2Fchat21-ios-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chat21%2Fchat21-ios-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chat21%2Fchat21-ios-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chat21","download_url":"https://codeload.github.com/chat21/chat21-ios-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chat21%2Fchat21-ios-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31562685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","chat-application","communication","customer-service","firebase","messaging","realtime","sdk"],"created_at":"2025-03-25T08:17:00.613Z","updated_at":"2026-04-08T15:31:22.448Z","avatar_url":"https://github.com/chat21.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Chat21 is the core of the open source live chat platform [Tiledesk.com](http://www.tiledesk.com).\n\n# README #\n\n# Features #\n\n\u003cimg src=\"https://user-images.githubusercontent.com/32564846/34433123-4873eca4-ec7d-11e7-8a80-4ad54def8653.png\" width=\"250\"\u003e  \u003cimg src=\"https://user-images.githubusercontent.com/32564846/34433130-5a797022-ec7d-11e7-94c0-cd91cb7a7e3b.png\" width=\"250\"\u003e \u003cimg src=\"https://user-images.githubusercontent.com/32564846/34433695-39e04468-ec81-11e7-84a3-920e9098a2a1.png\" width=\"250\"\u003e\n\n\nChat21 is a *multiplatform chat SDK* developed using only Firebase as the backend.\n\nThis demo shows the following features:\n\n* Tab based chat application\n* Recent conversations' list\n* Direct message (one to one message)\n* Offline messages' history\n* Received receipts (you can see if a message was sent and delivered)\n* Presence Manager with online/offline and inactivity period indicator\n* Integration of a custom user profile's view\n* Signup/Login with email and password\n* Synchronized contacts (with offline search and selection)\n* Integrates an example of a mobile live-chat support (an \"help\" button on the top left corner of every tab)\n\n# Build \u0026 run #\n\nBefore you do anything else, you shoud change the Bundle Identifier, and assign an appropriate Team.\n\nSelect **chat21** in the **Project Navigator**, and then select the **chat21** target. In the **General tab** change **Bundle Identifier** to use your own domain name, in reverse-domain-notation - for example **it.mycompany.mychat**.\nThen, from the **Team** menu, select the team associated with your developer account like so:\n\n\u003cimg width=\"1103\" alt=\"xcode-conf\" src=\"https://user-images.githubusercontent.com/32564846/36319768-44454388-1344-11e8-9033-c2290fa018fa.png\"\u003e\n\n\n1. Create a new project on [firebase](https://firebase.google.com) site\n2. Select the option **Add Firebase to your iOS app**\n3. Configure you Xcode project copying your Google-Info.plist (download the file from the Firebase iOS App dashboard).\n5. Run \"pod install\" in the Xcode project folder.\n6. Install the Firebase cloud functions available [here](https://github.com/chat21/chat21-cloud-functions). Follow the included instructions. This will setup your backend.\n\nNow open Xcode project using the new file \"chat21.xcworkspace\"\n\n## Download \u0026 install Chat21 libs\n\nDownload **Chat21Core** \u0026 **Chat21UI** folders from [here](https://github.com/chat21/chat21-ios-sdk).\n\n\u003cimg width=\"629\" alt=\"screenshot github-folders\" src=\"https://user-images.githubusercontent.com/32564846/40603704-066f33f8-625d-11e8-9114-700d081f4f68.png\"\u003e\n\nDrag \u0026 drop the two folders in your Xcode project:\n\n\u003cimg width=\"1136\" alt=\"screenshot dragdroplibs\" src=\"https://user-images.githubusercontent.com/32564846/40605514-ec150cde-6262-11e8-8ab3-c00214f4ab7c.png\"\u003e\n\nVerify that the target is correctly set to \"chat21\":\n\n\u003cimg width=\"1144\" alt=\"screenshot verify-target\" src=\"https://user-images.githubusercontent.com/32564846/40603760-351ae94a-625d-11e8-88a3-dd8b88c4119e.png\"\u003e\n\nSetup finished. Now you can **build \u0026 run** the project!\n\nEnjoy!\n\nIf you need support please open a GitHub issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchat21%2Fchat21-ios-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchat21%2Fchat21-ios-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchat21%2Fchat21-ios-demo/lists"}