{"id":23619384,"url":"https://github.com/frankodoom/firebase.notification","last_synced_at":"2025-08-30T22:30:29.071Z","repository":{"id":33947884,"uuid":"138183748","full_name":"frankodoom/Firebase.Notification","owner":"frankodoom","description":"This is a C# library for sending push notification using Google Firebase Service ","archived":false,"fork":false,"pushed_at":"2022-12-08T00:51:06.000Z","size":9444,"stargazers_count":16,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T19:18:09.109Z","etag":null,"topics":["cloud-messaging","csharp","firebase","messaging","notifications"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frankodoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-21T14:44:51.000Z","updated_at":"2023-11-12T12:07:19.000Z","dependencies_parsed_at":"2023-01-15T03:45:56.997Z","dependency_job_id":null,"html_url":"https://github.com/frankodoom/Firebase.Notification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frankodoom/Firebase.Notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankodoom%2FFirebase.Notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankodoom%2FFirebase.Notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankodoom%2FFirebase.Notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankodoom%2FFirebase.Notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frankodoom","download_url":"https://codeload.github.com/frankodoom/Firebase.Notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankodoom%2FFirebase.Notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272917686,"owners_count":25014933,"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-08-30T02:00:09.474Z","response_time":77,"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":["cloud-messaging","csharp","firebase","messaging","notifications"],"created_at":"2024-12-27T19:51:05.416Z","updated_at":"2025-08-30T22:30:27.409Z","avatar_url":"https://github.com/frankodoom.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase.Notification\nThis is a C# library for sending push notification using Google Firebase Service\n\n\n### Install package\n```c#\nPM\u003e Install-Package Firebase.Notification -Version 1.0.0\n```\n### Send to Single Device\n``` c#\nstatic void Main(string[] args)\n        {\n            using (var firebase = new Firebase())\n            {\n                firebase.ServerKey = \"Your Server Key\";\n                var id = \"Your Device Id\";\n                firebase.PushNotifyAsync(id,\"title\",\"message\").Wait();\n                Console.ReadLine();\n            }               \n        }\n ```\n        \n        \n        \n ### Send to all subscribers\n To send push notification to multiple subscribers suplly a `string[]` of all subscribed Device Id's to the Id parameter of the `PushNotifyAsync()` method.\n``` c#\nstatic void Main(string[] args)\n        {\n            using (var firebase = new Firebase())\n            {\n                firebase.ServerKey = \"Your Server Key\";\n                string[] id = \" an array of Ids\";\n                firebase.PushNotifyAsync(id,\"title\",\"message\").Wait();\n                Console.ReadLine();\n            }               \n        }\n```\n\n### Debugging\nTrace errors in your output window, all errors from this library will be captured under the category `Firebase.Notification` for easy debugging.\n\n\n# Licence\n\n```\nCopyright 2018 Frank Odoom\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankodoom%2Ffirebase.notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrankodoom%2Ffirebase.notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankodoom%2Ffirebase.notification/lists"}