{"id":18950119,"url":"https://github.com/junker/fcm","last_synced_at":"2025-07-14T06:37:44.480Z","repository":{"id":223077966,"uuid":"720676258","full_name":"Junker/fcm","owner":"Junker","description":"Common Lisp Client for FCM - Firebase Cloud Messaging","archived":false,"fork":false,"pushed_at":"2024-07-17T07:01:36.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T01:45:33.928Z","etag":null,"topics":["common-lisp","fcm","fcm-notifications","firebase","firebase-fcm"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/Junker.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-11-19T08:23:30.000Z","updated_at":"2024-07-17T07:01:39.000Z","dependencies_parsed_at":"2024-11-08T13:22:47.895Z","dependency_job_id":"d9c7b86d-40cb-43aa-98fe-b9c9f6b590b3","html_url":"https://github.com/Junker/fcm","commit_stats":null,"previous_names":["junker/fcm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Ffcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Ffcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Ffcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junker%2Ffcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junker","download_url":"https://codeload.github.com/Junker/fcm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239946915,"owners_count":19723018,"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":["common-lisp","fcm","fcm-notifications","firebase","firebase-fcm"],"created_at":"2024-11-08T13:21:02.185Z","updated_at":"2025-02-21T03:14:48.082Z","avatar_url":"https://github.com/Junker.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FCM\n\nCommon Lisp client for FCM - Firebase Cloud Messaging.\n\n## Warning\n\nThis software is still ALPHA quality. The APIs will be likely to change.\n\n## Installation\n\nThis system can be installed from [UltraLisp](https://ultralisp.org/) like this:\n\n```common-lisp\n(ql-dist:install-dist \"http://dist.ultralisp.org/\"\n                      :prompt nil)\n(ql:quickload \"fcm\")\n```\n\n## Usage\n\n```common-lisp\n(defvar *fcm* (fcm:make-client-with-service-account  \"config/firebase.json\"))\n(defvar *token* \"some-device-token\")\n(defvar *message*\n  (list :|token| *token*\n        :|notification| (list :|title| \"Message Title\"\n                              :|body| \"Message body\"\n                              :|image| \"https://example.org/logo.jpg\")))\n\n(handler-case (fcm:send *fcm* *message*)\n  (fcm:fcm-error (err)\n    (case (intern (fcm:fcm-error-status err))\n      ('NOT_FOUND\n       (log:warn \"unregistered FCM token: ~A\" *token*))\n      (t\n       (log:error \"FCM error: ~A: ~A; token: ~A\" (type-of err) err *token*)))))\n\n```\n\n## Documentation\n\n- [FCM Message format](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Ffcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunker%2Ffcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunker%2Ffcm/lists"}