FCM In Mendix

0
I was setup pushnotifications in mendix, but i get this error:   com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: Key should not be empty    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) Caused by:com.mendix.systemwideinterfaces.MendixRuntimeException: Key should not be empty    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108) Caused by:Key should not be empty    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:108)  
asked
2 answers
0

Hey Aled! that's why you are using a wrong private key, the google-services.json it should be include when you create your apk on the App capabilities and there in the firebase configuration part but that's not the key you need to include there. 

This key can be obtained from here: 

image.png

answered
0

FMC ERROR.jpg

 

Here the erorr

answered