{"id":21302051,"url":"https://github.com/dudynets/angular-news-app","last_synced_at":"2026-05-11T02:49:20.842Z","repository":{"id":177339512,"uuid":"655094538","full_name":"dudynets/Angular-News-App","owner":"dudynets","description":"News App written using Angular, Ionic and Firebase.","archived":false,"fork":false,"pushed_at":"2023-08-24T15:43:09.000Z","size":2514,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T05:02:17.395Z","etag":null,"topics":["angular","firebase","ionic-framework","news"],"latest_commit_sha":null,"homepage":"https://com-dudynets-news.web.app","language":"TypeScript","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/dudynets.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}},"created_at":"2023-06-17T21:47:19.000Z","updated_at":"2023-08-27T21:45:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7b394ea-0cac-4cc0-89b3-eb2d80ca42bc","html_url":"https://github.com/dudynets/Angular-News-App","commit_stats":null,"previous_names":["dudynets/angular-news-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dudynets/Angular-News-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudynets%2FAngular-News-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudynets%2FAngular-News-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudynets%2FAngular-News-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudynets%2FAngular-News-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dudynets","download_url":"https://codeload.github.com/dudynets/Angular-News-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudynets%2FAngular-News-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32879551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","firebase","ionic-framework","news"],"created_at":"2024-11-21T15:54:27.844Z","updated_at":"2026-05-11T02:49:20.836Z","avatar_url":"https://github.com/dudynets.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://dudynets.pp.ua\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/39008921/191470114-c074b17f-1c88-4af3-b089-1b14418cabf5.png\" alt=\"drawing\" width=\"128\"/\u003e\n\u003c/a\u003e\n\n# Angular News App\n\n\u003cp\u003e\u003cstrong\u003eNews App written with Angular, Ionic and Firebase.\u003c/strong\u003e\u003c/p\u003e\n\n\u003e Developed by [Oleksandr Dudynets](https://dudynets.pp.ua)\n\n## Run Steps\n\n1. Clone the repository.\n```sh\ngit clone https://github.com/dudynets/Angular-News-App\n```\n2. Install NPM packages (requires Yarn Package Manager installed).\n```sh\nyarn install\n```\n3. Create a new Firebase project in the [Firebase console](https://console.firebase.google.com/).\n4. Add a new web app to the project in the Firebase console.\n   1. Copy the Firebase config from the Firebase console into the `firebase.config.ts` file.\n5. Install Angular CLI and Firebase CLI.\n```sh\nnpm install -g @angular/cli firebase-tools\n```\n6. Make sure you have Java JDK version 11 or higher installed and added to system PATH.\n7. Login to Firebase.\n```sh\nfirebase login\n```\n8. Choose a Firebase project to use.\n```sh\nfirebase use [YOUR_PROJECT_ID]\n```\n9. Run the app in development mode (will run the Firebase emulator suite as well).\n```sh\nyarn start:emulators\nyarn start:web\n```\n10. Open the app in a browser at http://localhost:4200, login with Google and create a new user.\n11. Open the Emulator Suite UI in the browser at http://localhost:4000, go to Firestore and add a `role` field with value `writer` to the user you just created.\n\n## Deployment Steps\n\n1. Complete the steps 1-5, 7-8 from the [Run Steps](#run-steps) section.\n2. Enable the Firebase Google authentication provider in the Firebase console.\n3. Enable the Firestore database in the Firebase console.\n4. Enable the Storage service in the Firebase console.\n5. Run the deployment script.\n```sh\nyarn firebase:deploy\n```\n6. You should see the app URL in the console output.\n7. Open the app in a browser at the URL from the previous step, login with Google and create a new user.\n8. Open the Firebase console, go to Firestore and add a `role` field with value `writer` to the user you just created.\n\n## iOS Setup Steps\n\nFor running the app on iOS make sure that:\n1. You have Xcode installed.\n2. You have command-line tools installed.\n3. You have created an iOS app in Firebase Console and copied the `GoogleService-Info.plist` file to the `ios/App/App` folder.\n4. You have set the `iosClientId` from the `GoogleService-Info.plist` file in the `firebase.config.ts` file.\n5. You have set the `REVERSED_CLIENT_ID` in the `ios/App/App/Info.plist` file.\n\nCheck [this tutorial](https://www.youtube.com/watch?v=GwtpoWZ_78E) for more information on how to set up Firebase Authentication for iOS.\n\n## Android Setup Steps\n\nFor running the app on Android make sure that:\n1. You have Android Studio installed.\n2. You have created an Android app in Firebase Console and copied the `google-services.json` file to the `android/app` folder.\n3. You have set the `androidClientId` from the `google-services.json` file in the `firebase.config.ts` file.\n4. You have set SHA certificate fingerprints in the Firebase Console.\n\nCheck [this tutorial](https://www.youtube.com/watch?v=GwtpoWZ_78E) for more information on how to set up Firebase Authentication for Android.\n\n## Notes\n\n- Make sure you have the latest stable version of Node.js installed (tested with Node.js v18.16.0).\n- If Firebase emulators cannot start due to the port conflict, reboot your system and try again.\n- Do not forget to change all the existing Firebase config values in the `firebase.config.ts`, `ios/App/App/Info.plist` files to the values from your Firebase project.\n\n## License\n\nDistributed under the [MIT](https://choosealicense.com/licenses/mit/) License.\nSee [LICENSE](https://github.com/dudynets/Angular-News-App) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudynets%2Fangular-news-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdudynets%2Fangular-news-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudynets%2Fangular-news-app/lists"}