Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 363 Bytes

FCM Notifications Library

This crate allows for simple, fast and reliable communication with the FCM to send app notifications. It contains logic to rotate the tokens in a fast and memory efficient way.

GitHub License


ToDo:

  • Add tests.
  • Add examples.
  • Improve error handling.