{"id":37049029,"url":"https://github.com/transmitly/transmitly-channel-provider-firebase","last_synced_at":"2026-01-14T05:42:11.475Z","repository":{"id":222587052,"uuid":"753968636","full_name":"transmitly/transmitly-channel-provider-firebase","owner":"transmitly","description":"Extends Transmitly to enable sending push notifications with https://firebase.google.com/","archived":false,"fork":false,"pushed_at":"2025-12-22T00:32:05.000Z","size":1362,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-23T08:42:56.484Z","etag":null,"topics":["fcm","firebase","firebase-admin","firebase-admin-sdk","push","push-notifications","transmitly"],"latest_commit_sha":null,"homepage":"https://github.com/transmitly","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transmitly.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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-07T06:09:49.000Z","updated_at":"2025-12-22T00:32:08.000Z","dependencies_parsed_at":"2024-03-06T05:28:33.064Z","dependency_job_id":"803c8ddc-604e-4832-b244-c235c0937554","html_url":"https://github.com/transmitly/transmitly-channel-provider-firebase","commit_stats":null,"previous_names":["transmitly/transmitly-channel-provider-firebase"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/transmitly/transmitly-channel-provider-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmitly%2Ftransmitly-channel-provider-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmitly%2Ftransmitly-channel-provider-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmitly%2Ftransmitly-channel-provider-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmitly%2Ftransmitly-channel-provider-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transmitly","download_url":"https://codeload.github.com/transmitly/transmitly-channel-provider-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmitly%2Ftransmitly-channel-provider-firebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28411142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fcm","firebase","firebase-admin","firebase-admin-sdk","push","push-notifications","transmitly"],"created_at":"2026-01-14T05:42:10.884Z","updated_at":"2026-01-14T05:42:11.470Z","avatar_url":"https://github.com/transmitly.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transmitly.ChannelProvider.Firebase\n\nA [Transmitly](https://github.com/transmitly/transmitly) channel provider that enables sending push notifications to iOS, Android and other apps/devices using [firebase](https://firebase.google.com/).\n\n### Getting started\n\nTo use the Firebase channel provider, first install the [NuGet package](https://nuget.org/packages/transmitly.channelprovider.firebase):\n\n```shell\ndotnet add package Transmitly.ChannelProvider.Firebase\n```\n\nThen add the channel provider using `AddFirebaseSupport()`:\n\n```csharp\nusing Transmitly;\n...\nvar communicationClient =\n\tnew CommunicationsClientBuilder()\n\t.AddFirebaseSupport(options =\u003e\n\t{\n\t\toptions.Credential = FirebaseCredential.GetApplicationDefault();\n\t})\n\t.AddPipeline(\"WelcomeKit\", options =\u003e\n\t{\n\t\toptions.AddPushNotification(push =\u003e\n\t\t{\n\t\t\tpush.Title.AddStringTemplate(\"Welcome!\");\n\t\t\tpush.ImageUrl.AddStringTemplate(\"https://transmit.ly/assets/welcome.png\");\n\t\t\tpush.Body.AddStringTemplate(\"Thanks for signing up! Here's 500 bonus points on us.\");\n\t\t});\n\t});\n```\n* See the [Transmitly](https://github.com/transmitly/transmitly) project for more details on what a channel provider is and how it can be configured.\n\n\n---\n_Copyright © Code Impressions, LLC.  This open-source project is sponsored and maintained by Code Impressions\nand is licensed under the [Apache License, Version 2.0](http://apache.org/licenses/LICENSE-2.0.html)._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmitly%2Ftransmitly-channel-provider-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransmitly%2Ftransmitly-channel-provider-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmitly%2Ftransmitly-channel-provider-firebase/lists"}