Improved
v2.0.0-RC.3
Breaking Changes
Pigeon.LegacyFCMhas been removed entirely and migrated to pigeon_legacy_fcm package.- FCM
service_account_jsonconfig option has been removed and replaced with:auth, a Goth configuration. SeePigeon.FCMdocumentation for setup and #235 for more details.
Changed
- Bump
gothdependency to~> 1.4.3. (#252)
Fixed
DispatcherWorkermissing a clause for{:stop, reason}in the handle_info function.