-
Notifications
You must be signed in to change notification settings - Fork 147
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
Missing field or documentation in sygnal yaml? Where do we set SENDER-ID to avoid FCM/GCM error MismatchSenderId #303
Comments
I thought the MismatchSenderId error in sygnal log was due to missing senderid in sygnal.yaml but perhaps SenderID goes in: I've replaced google-services.json in element android app with my own from firebase fcm/gcm, but still no go, still not getting any notifcation on android phone, though I'm not getting MismatchSenderID anymore. |
UPDATE currently I think problem is due not to sygnal but a problem with PUSH RULES not propagating from dendrite to element: |
Closing, since it sounds related to dendrite. Please reopen if you continue to have issues on matrix.org or a synapse homeserver. |
@squahtx Thanks yea should be closed, sorry for got to update here but for other's benefit, basically there were two problems:
The easy a "workaround" I've been using which gets PUSH notifications working well for me, is here: element-hq/element-android#6115 (comment) |
Describe the bug
I have a SENDER-ID (a number) in FCM/GCM google console.
I get error MismatchSenderId in Sygnal
But I see no info/documentation anywhere how/where to set the Sender-ID
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect no MismatchSenderId error if I could put the FCM/GCM "SenderID" number somewhere...
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: