{"id":13632118,"url":"https://github.com/vitaliy-paliy/Messenger","last_synced_at":"2025-04-18T02:31:58.264Z","repository":{"id":55672126,"uuid":"222173894","full_name":"vitaliy-paliy/Messenger","owner":"vitaliy-paliy","description":"iOS - Real-time messaging app  🎨","archived":true,"fork":false,"pushed_at":"2024-11-05T04:44:48.000Z","size":57366,"stargazers_count":620,"open_issues_count":0,"forks_count":86,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-04T01:02:48.317Z","etag":null,"topics":["animation","firebase","friends","ios","ios-app","map","mapbox","mchat","messaging","messenger","opensource","pagination","realtime-database","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitaliy-paliy.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}},"created_at":"2019-11-16T23:49:42.000Z","updated_at":"2024-11-22T06:17:10.000Z","dependencies_parsed_at":"2022-08-15T06:10:18.339Z","dependency_job_id":null,"html_url":"https://github.com/vitaliy-paliy/Messenger","commit_stats":null,"previous_names":["realpaliy/messenger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-paliy%2FMessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-paliy%2FMessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-paliy%2FMessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-paliy%2FMessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitaliy-paliy","download_url":"https://codeload.github.com/vitaliy-paliy/Messenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249414253,"owners_count":21267724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["animation","firebase","friends","ios","ios-app","map","mapbox","mchat","messaging","messenger","opensource","pagination","realtime-database","swift"],"created_at":"2024-08-01T22:02:52.428Z","updated_at":"2025-04-18T02:31:58.017Z","avatar_url":"https://github.com/vitaliy-paliy.png","language":"Swift","funding_links":[],"categories":["Swift","Communication"],"sub_categories":[],"readme":"\u003cimg src=\"https://imgur.com/BsGWh9S.png\" align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"art/chats.png\" height=\"600\"\u003e \n  \u003cimg src=\"art/map.png\" height=\"600\"\u003e  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003c/p\u003e\n\n### Requirements\n- Xcode version 11.2.1+\n- Swift 5\n- iPhone 8 or higher\n- iOS 13.0+\n\n### Functionality\n- Real-time chat\n- User online indicator\n- Sending text messages\n- Unlimited length of text messages\n- Sending image messages\n- Sending video messages\n- Sending audio messages\n- Typing indicator\n- Messages status indicator\n- Delete messages\n- Reply to / Forward messages\n- Custom chat design\n- Chat pagination\n- Friend network\n- Locate friends on a map (if they have disabled an anonymous mode)\n- Custom map design\n- Change email / password\n- Change profile image\n\n### How to install?\n1. Install [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)\n2. Open Terminal and run ```pod install``` directly in ```mChat/Messenger``` folder.\n3. In order for Firebase to work, create a [new project](https://console.firebase.google.com/u/0/) for your application.\n4. Download ```GoogleService-Info.plist``` from your newly created Firebase project and replace it with the old one. [screenshot](https://imgur.com/D4aBcEx)\n5. Enable [Email/Password authentication method](https://firebase.google.com/docs/auth/web/password-auth)\n6. Create [Realtime Database](https://firebase.google.com/docs/database/ios/start)\n7. Set Realtime Database rules to:\n```\n{\n  \"rules\": {\n     \".read\": true,\n     \".write\": true     \n  }\n}\n```\n8. Enable your Firebase [Storage](https://firebase.google.com/docs/storage)\n9. For using Mapbox, create a [new token](https://account.mapbox.com/)\n10. Create a new key named ```MGLMapboxAccessToken``` in your ```Info.plist``` and insert access token as a value. [More Info](https://docs.mapbox.com/help/how-mapbox-works/access-tokens/#how-access-tokens-work)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"art/add_friend.png\" height = \"600\"\u003e \n  \u003cimg src=\"art/contacts.png\" height = \"600\"\u003e  \n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003c/p\u003e\n\n### Credits\n- [Firebase](https://firebase.google.com/)\n- [Mapbox](https://www.mapbox.com/)\n- [Lottie](https://github.com/airbnb/lottie-ios)\n- [SkyFloatingLabelTextField](https://github.com/Skyscanner/SkyFloatingLabelTextField)\n- [IGColorPicker](https://github.com/iGenius-Srl/IGColorPicker)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://imgur.com/4ucO5bq.png\" height = \"600\"\u003e \n  \u003cimg src=\"https://imgur.com/oy8oL76.png\" height = \"600\"\u003e\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp;\n\u003c/p\u003e\n\n## License\n```\nCopyright 2020 VITALIY PALIY\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaliy-paliy%2FMessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitaliy-paliy%2FMessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaliy-paliy%2FMessenger/lists"}