Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App type "gcm" in the config is confusing as we exclusively use FCM #230

Open
anoadragon453 opened this issue Jun 10, 2021 · 0 comments
Open

Comments

@anoadragon453
Copy link
Member

We switched a long while ago from Google Cloud Messaging (GCM) to Firebase Cloud Messaging (FCM). GCM essentially became FCM.

Thus APNs, FCM and WebPush are the only push backends we currently support in Sygnal. However, it can be confusing that people running the bridge need to specify gcm instead of fcm, as it's not clear which one is actually being used.

It may be nice to allow both gcm and fcm as a configurable app type, and to document that both mean "use fcm".

At the same time we can deprecate the use of gcm as a type in the config, and eventually drop it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants