esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

Is it possible to send apns notification to fcm while using with mongooseim #209

Closed alvinlal closed 8 months ago

alvinlal commented 12 months ago

i have setup cloud messaging in firebase to work with apns , so i have setup only fcm configuration and set PUSH_APNS_ENABLED=0 in docker env, is it possible to define service as apns in enable stanza of XEP-0357 and let mongoosepush deliver apns notification to fcm ? , or do i always have to configure both fcm and apns to send notification to android and ios devices.

pawlooss1 commented 8 months ago

Hello @alvinlal. Unfortunately MongoosePush currently does not support such feature. Based on my quick research sparrow library allows it, so integration is possible. Are you still interested in such feature? I could create an internal backlog entry and we could discuss with the team if this should be on our roadmap.

alvinlal commented 8 months ago

@pawlooss1 , it would be a great feature to have since its easier to manage everything in fcm instead of setting up fcm and apns seperatly, for now i have setup fcm and apns seperately 👍