-
Notifications
You must be signed in to change notification settings - Fork 125
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
Getting Mismatchsenderid
error with firebase token
#158
Comments
@MRashad26 Looks like a configuration issue on your end? Do you maybe use a legacy GCM sender ID for a FCM application? |
@alex-friedl so you mean i can’t use firebase token with this setting?? And if i can, could you please send the right configuration settings to do so?? Highly appreciate your support. |
@MRashad26 You should be able to use Firebase tokens without any issue. From what I understand looking at the FCM docs, the sender ID you specified is not allowed as a sender by the respective client app? I think you ned to make sure to use the correct sender ID. Please refer to the FCM docs:
|
@alex-friedl if I'm going to use the firebase |
@MRashad26 The format is the same for APN keys obtained from Apple or Firebase. In either case you will have a key file, id and team id |
@MRashad26 Do you still experience these issues or have you figured the setup out? :) |
The text was updated successfully, but these errors were encountered: