v1.1.0
- 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.