humhub / humhub-modules-fcm-push

5 stars 1 forks source link

The sender id value is not reflected in the manifest #5

Open xdCL opened 3 years ago

xdCL commented 3 years ago

I realized that every time I modify the sender-id, in the manifest.json the same value persists, that I compared it even with the humhub community website, and I don't know why they are the same, I looked for gcm-sender-id and it appears that it is renamed fcm-sender-id in the module, as for the result, it appears as gcm-sender-id . hhb1

Originally posted by @xdCL in https://github.com/humhub/humhub-modules-fcm-push/issues/4#issuecomment-678724170

hiltonkBR commented 3 years ago

Same problem here, any solution?

hiltonkBR commented 3 years ago

I found the place do change the manifest.json, is on protected/modules/fcm-push/Events.php But I still not receiving anything on Firebase dashboard. Did you manage to receive the events on firebase?

luke- commented 3 years ago

Seems that the gcm_sender_id must always be set to its value. https://stackoverflow.com/a/42231139

hiltonkBR commented 3 years ago

Seems that the gcm_sender_id must always be set to its value. https://stackoverflow.com/a/42231139

Yes! I saw that, have some tutorial or example on how to have the humbub comunicate with FIREBASE with the FCM-PUSH module? We installed the module and configure the firebase. but we didn't received anything on firebase.

xdCL commented 3 years ago

Same problem here, any solution?

maybe onesignal is a good alternative to integrate into our humhub facilities, I don't know exactly how, but maybe it will work