Skip to content

Commit

Permalink
feat: remove all LegacyFCM modules (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp authored Sep 10, 2024
1 parent 1f6fbeb commit 043e09a
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1,208 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Check the module documentation for your push notification service.
- [Pigeon.ADM](https://hexdocs.pm/pigeon/2.0.0-rc.2/Pigeon.ADM.html) - Amazon Android.
- [Pigeon.APNS](https://hexdocs.pm/pigeon/2.0.0-rc.2/Pigeon.APNS.html) - Apple iOS.
- [Pigeon.FCM](https://hexdocs.pm/pigeon/2.0.0-rc.2/Pigeon.FCM.html) - Firebase Cloud Messaging v1 API.
- [Pigeon.LegacyFCM](https://hexdocs.pm/pigeon/2.0.0-rc.2/Pigeon.LegacyFCM.html) - Firebase Cloud Messaging Legacy API.

### Creating Dynamic Runtime Dispatchers

Expand Down
4 changes: 0 additions & 4 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ config :pigeon, PigeonTest.APNS.JWT,
team_id: System.get_env("APNS_JWT_TEAM_ID"),
mode: :dev

config :pigeon, PigeonTest.LegacyFCM,
adapter: Pigeon.LegacyFCM,
key: System.get_env("GCM_KEY")

config :pigeon, PigeonTest.FCM,
adapter: Pigeon.FCM,
project_id: System.get_env("FCM_PROJECT"),
Expand Down
298 changes: 0 additions & 298 deletions lib/pigeon/legacy_fcm.ex

This file was deleted.

Loading

0 comments on commit 043e09a

Please sign in to comment.