Skip to content

using firebase push notification dotnet core with rabbitmq and rest services

License

Notifications You must be signed in to change notification settings

m-fdl/notiflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notiflow

Using firebase push notification dotnet core with rabbitmq and rest services

Notiflow is designed to make to send Push Notification using Google's Firebase Cloud Messaging

Implemented for:

  • .Net Core
  • RabbitMq
  • Masstransit

Installation

Install rabbit mq server for docker

docker run -d --hostname my-rabbit --name myrabbit -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=123456 -p 5672:5672 -p 15672:15672 rabbitmq:3-management

About

using firebase push notification dotnet core with rabbitmq and rest services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%