Skip to content

transmitly/transmitly-channel-provider-firebase

Repository files navigation

Transmitly.ChannelProvider.Firebase

A Transmitly channel provider that enables sending push notifications to iOS, Android and other apps/devices using firebase.

Getting started

To use the Firebase channel provider, first install the NuGet package:

dotnet add package Transmitly.ChannelProvider.Firebase

Then add the channel provider using AddFirebaseSupport():

using Transmitly;
using Google.Apis.Auth.OAuth2;
...
var communicationClient = new CommunicationsClientBuilder()
	.AddFirebaseSupport(options =>
	{
		options.Credential = GoogleCredential.GetApplicationDefault();
	})
  • See the Transmitly project for more details on what a channel provider is and how it can be configured.
an open-source project sponsored by CiLabs of Code Impressions, LLC

Copyright © Code Imperssions, LLC - Provided under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages