Skip to content

v1.1.0

Compare
Choose a tag to compare
@marstr marstr released this 18 Aug 18:01
  • Adds UserID methods, which makes identifying devices by the associated user a first-class scenario.
    NotificationHub.setUserId("john.doe@example.com");
    System.out.println(NotificationHub.getUserId());
  • Remove explicit start of FirebaseReceiver, in favor of allowing Android to start the service for us implicitly.