{"id":16684437,"url":"https://github.com/sgr-ksmt/firetodo","last_synced_at":"2025-04-06T06:12:21.691Z","repository":{"id":38205743,"uuid":"163175934","full_name":"sgr-ksmt/FireTodo","owner":"sgr-ksmt","description":"Simple Todo Application using SwiftUI / Firebase / Redux.","archived":false,"fork":false,"pushed_at":"2022-07-22T04:10:03.000Z","size":742,"stargazers_count":377,"open_issues_count":8,"forks_count":53,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-30T05:06:29.489Z","etag":null,"topics":["combine","darkmode","example","firebase","ios","ios13","redux","reswift","swift","swiftui","todolist","xcode11"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/sgr-ksmt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["sgr-ksmt"]}},"created_at":"2018-12-26T12:07:02.000Z","updated_at":"2025-03-17T12:26:10.000Z","dependencies_parsed_at":"2022-08-30T22:30:15.877Z","dependency_job_id":null,"html_url":"https://github.com/sgr-ksmt/FireTodo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FFireTodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FFireTodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FFireTodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgr-ksmt%2FFireTodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgr-ksmt","download_url":"https://codeload.github.com/sgr-ksmt/FireTodo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441059,"owners_count":20939239,"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":["combine","darkmode","example","firebase","ios","ios13","redux","reswift","swift","swiftui","todolist","xcode11"],"created_at":"2024-10-12T14:43:50.902Z","updated_at":"2025-04-06T06:12:21.667Z","avatar_url":"https://github.com/sgr-ksmt.png","language":"Swift","funding_links":["https://github.com/sponsors/sgr-ksmt"],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\u003cimg src='docs/images/logo.png' width=600/\u003e\u003c/p\u003e\n\n---\n\n![Swift](https://img.shields.io/badge/swift-5.1-orange.svg?style=for-the-badge)\n![SwiftUI](https://img.shields.io/badge/use-swift_ui-orange.svg?style=for-the-badge)\n![Firebase](https://img.shields.io/badge/firebase-6.9.0-orange.svg?style=for-the-badge)\n![Xcode](https://img.shields.io/badge/Xcode-11.1_GM_Seed-blue.svg?style=for-the-badge)\n[![Git Version](https://img.shields.io/github/release/sgr-ksmt/FireTodo.svg?style=for-the-badge)](https://github.com/sgr-ksmt/FireTodo/releases)\n[![license](https://img.shields.io/github/license/sgr-ksmt/FireTodo.svg?style=for-the-badge)](https://github.com/sgr-ksmt/FireTodo/blob/master/LICENSE)\n\nSimple Todo Application using **SwiftUI**/**Firebase**/**Redux**/**Combine**.\n\n| Light                      | _                          | _                          | _                          |\n| -------------------------- | -------------------------- | -------------------------- | -------------------------- |\n| ![](docs/images/img1.png)  | ![](docs/images/img2.png)  | ![](docs/images/img3.png)  | ![](docs/images/img4.png)  |\n| ![](docs/images/img5.png)  | ![](docs/images/img6.png)  | ![](docs/images/img7.png)  | _                          |\n| Dark                       | _                          | _                          | _                          |\n| ![](docs/images/img8.png)  | ![](docs/images/img9.png)  | ![](docs/images/img10.png) | ![](docs/images/img11.png) |\n| ![](docs/images/img12.png) | ![](docs/images/img13.png) | ![](docs/images/img14.png) |                            |\n\n\n## Feature\n\n- Use SwiftUI fully.\n- Use Firebase.\n  - Authentication\n  - Cloud Firestore\n- Adopt Redux Architecture.\n- Compatible with DarkMode.\n- Adopt Context Menu for edit/delete task.\n- Support iPad(Full Screen).\n\n## Setup an Run\n\n- Clone this repository.\n\n```sh\ncd path/to/FireTodo\nmake # run install script.\nopen FireTodo.xcworkspace\n```\n\n- Setup Firebase(See below.)\n- After setup Firebase, you can run application!\n\n### Firebase\n\n- Visit [console](https://console.firebase.google.com)\n- Create Project. (Project name can be anything.)\n- Setup Anonymous Authentication.\n- Setup Firestore using test mode.(region can be anything. In my case, I chose asia-northeast-1)\n- Setup `iOS Application` and download `GoogleService-Info.plist`.\n  - Bundle Identifier is same as project's Bundle Identifier.(e.g. `example.firetodo`)\n- put `GoogleService-Info.plist` in `FireTodo/`\n\n## Dependencies\n\n- [SwiftUI](https://developer.apple.com/xcode/swiftui/)\n- [Firebase](https://firebase.google.com/docs)\n- [ReSwift(for Redux architecture)](https://github.com/ReSwift/ReSwift)\n  - About Redux: https://redux.js.org/\n- [FireSnapshot](https://github.com/sgr-ksmt/FireSnapshot): Firebase Cloud Firestore Model Framework with Codable.\n  - I'm developing it.\n\n## Todo\n\n- [ ] Divide some views into Components.\n- [ ] Edit user profile\n- [ ] Use Combine Framework more.\n- [ ] Put firestore.rules for improvement security.\n\n## Communication\n\n- If you found a bug, open an issue.\n- If you have a feature request, open an issue.\n- If you want to contribute, submit a pull request.:muscle:\n\n## License\n\n**FireTodo** is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgr-ksmt%2Ffiretodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgr-ksmt%2Ffiretodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgr-ksmt%2Ffiretodo/lists"}