{"id":39028153,"url":"https://github.com/feather-framework/feather-push-driver-fcm","last_synced_at":"2026-01-17T17:34:55.935Z","repository":{"id":208312747,"uuid":"720743951","full_name":"feather-framework/feather-push-driver-fcm","owner":"feather-framework","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-23T05:31:13.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-23T07:19:25.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":false,"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/feather-framework.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-19T13:20:55.000Z","updated_at":"2025-09-23T05:29:26.000Z","dependencies_parsed_at":"2024-04-11T09:30:45.294Z","dependency_job_id":"7d3e346c-077b-408b-9ce1-80326519124a","html_url":"https://github.com/feather-framework/feather-push-driver-fcm","commit_stats":null,"previous_names":["feather-framework/feather-push-driver-fcm"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/feather-framework/feather-push-driver-fcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-push-driver-fcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-push-driver-fcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-push-driver-fcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-push-driver-fcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feather-framework","download_url":"https://codeload.github.com/feather-framework/feather-push-driver-fcm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feather-framework%2Ffeather-push-driver-fcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28513370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":[],"created_at":"2026-01-17T17:34:55.855Z","updated_at":"2026-01-17T17:34:55.923Z","avatar_url":"https://github.com/feather-framework.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feather Push Driver FCM\n\nA Push driver for the Feather CMS Push service using Google FCM.\n\n## Getting started\n\n⚠️ This repository is a work in progress, things can break until it reaches v1.0.0. \n\nUse at your own risk.\n\n### Adding the dependency\n\nTo add a dependency on the package, declare it in your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/feather-framework/feather-push-driver-fcm\", .upToNextMinor(from: \"0.3.0\")),\n```\n\nand to your application target, add `FeatherPushDriverFCM` to your dependencies:\n\n```swift\n.product(name: \"FeatherPushDriverFCM\", package: \"feather-push-driver-fcm\")\n```\n\nExample `Package.swift` file with `FeatherPushDriverFCM` as a dependency:\n\n```swift\n// swift-tools-version:5.9\nimport PackageDescription\n\nlet package = Package(\n    name: \"my-application\",\n    dependencies: [\n        .package(url: \"https://github.com/feather-framework/feather-push-driver-fcm\", .upToNextMinor(from: \"0.3.0\")),\n    ],\n    targets: [\n        .target(name: \"MyApplication\", dependencies: [\n            .product(name: \"FeatherPushDriverFCM\", package: \"feather-push-driver-fcm\")\n        ]),\n        .testTarget(name: \"MyApplicationTests\", dependencies: [\n            .target(name: \"MyApplication\"),\n        ]),\n    ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeather-framework%2Ffeather-push-driver-fcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeather-framework%2Ffeather-push-driver-fcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeather-framework%2Ffeather-push-driver-fcm/lists"}