{"id":21206128,"url":"https://github.com/masaar/limp_gateway_fcm","last_synced_at":"2025-07-22T04:04:30.044Z","repository":{"id":98762939,"uuid":"219183689","full_name":"masaar/limp_gateway_fcm","owner":"masaar","description":"LIMP Gateway for Firebase Cloud Messaging (FCM)","archived":false,"fork":false,"pushed_at":"2019-11-26T13:15:53.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T19:55:19.521Z","etag":null,"topics":["fcm","gateway","limp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masaar.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":"2019-11-02T16:47:16.000Z","updated_at":"2020-05-09T09:51:27.000Z","dependencies_parsed_at":"2023-05-25T05:30:21.839Z","dependency_job_id":null,"html_url":"https://github.com/masaar/limp_gateway_fcm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masaar/limp_gateway_fcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_fcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_fcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_fcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_fcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masaar","download_url":"https://codeload.github.com/masaar/limp_gateway_fcm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masaar%2Flimp_gateway_fcm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266424014,"owners_count":23926123,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["fcm","gateway","limp"],"created_at":"2024-11-20T20:54:17.273Z","updated_at":"2025-07-22T04:04:30.012Z","avatar_url":"https://github.com/masaar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIMP Gateway for Firebase Cloud Messaging (FCM)\nThis repo is a [LIMP](https://github.com/masaar/limp) [Package](https://github.com/masaar/limp-docs/blob/APIv5.8/api/package.md) for the sole purpose of integrating [FCM](https://firebase.google.com/docs/cloud-messaging) into LIMP apps using [LIMP Gateways](https://github.com/masaar/limp-docs/blob/APIv5.8/api/gateways.md).\n\n## How-to\n1. Clone this repo into your LIMP `modules` folder.\n2. Add following to your app package config:\n```python\n'vars':{\n\t'fcm':{'token':'YOUR_FCM_TOKEN_HERE'}\n}\n```\n3. FCM gateway requires following args:\n   1. `registration_id`: Target device registration identifier. Type `str`.\n   2. `message_title`: Message title. Type `str`.\n   3. `message_body`: Message body. Type `str`.\n   4. `data_message`: Additional payload data to be sent with the message. Type `dict`.\n4. FCM gateway accepts optional arg, namely `fcm_auth`, replicating `fcm` value in `vars Config Attr` for dynamic FCM API credentials.\n5. Use FCM gateway using LIMP Gateway Controller:\n```python\nfrom gateway import Gateway\n\nGateway.send(gateway='fcm', registration_id=registration_id, message_title=message_title, message_body=message_body, data_message=data_message)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_fcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasaar%2Flimp_gateway_fcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasaar%2Flimp_gateway_fcm/lists"}