I would like to implement Django-fcm when I try to test it, I was able to install Django FCM everything went successfully.
Here is the error that appears MismatchSenderId.
Here are some illustration screenshots:
Any help is appreciated.
I would like to implement Django-fcm when I try to test it, I was able to install Django FCM everything went successfully.
Here is the error that appears MismatchSenderId.
Here are some illustration screenshots:
Any help is appreciated.
I had the same error, I debugged and found out that in the Django project I was not using the right json file. To make sure, you are not adding the wrong json file, go to the
firebase console > select your app -> go to settings ->select service accounts tab -> select python ->
download the server key json file and add the code mentioned to the settings file.