buiphukhuyen
buiphukhuyen
Hi team, I’m using OpenIM server with Docker and would like to integrate Firebase Cloud Messaging (FCM) for push notifications. I’ve mapped the Firebase JSON file into the container, but...
Can you please give me detailed instructions on how to deploy release and package *exe on Windows with MinGW64? As for MacOS, I will learn more myself.
Thank you! Can you give me the document on how to test FCM function? Because I don't know where it is to test!
I edited docker-compose.yaml with: ``` openim-server: image: ${OPENIM_SERVER_IMAGE} container_name: openim-server init: true ports: - "${OPENIM_MSG_GATEWAY_PORT}:10001" - "${OPENIM_API_PORT}:10002" healthcheck: test: [ "CMD", "sh", "-c", "mage check" ] interval: 5s timeout: 60s...
I have configured on flutter sdk to update FCM token to Server. And the server has recorded this Token (in redis). However, when I test, I don't see any notification...
**I have configured docker-compose.yaml as follows:** - IMENV_OPENIM_PUSH_ENABLE=FCM - IMENV_OPENIM_PUSH_FCM_AUTHURL=${FCM_FILE_PATH} **.env** FCM_FILE_PATH="http://157.20.82.3/config/it-hutech-firebase-adminsdk-gvile-ee4bba1b64.json" Then I tried sending offline message but fcm still not push notification like filepath configuration
Thank you. When I change the value back to "fcm" and run docker again, sending offline message fails: `[push/push_handler.go:178] offlinePushMsg failed {"platform": "Web", "connID": "10b7c6222bed325b18d57e7996bd275c", "operationID": "3bba685b-e953-49de-88ba-4df28e96bc6f", "opUserID": "1113466438", "offlinePushUserID":...
I have referred to an article that is similar to mine but I don't know how this person fixed it! https://github.com/openimsdk/open-im-server/issues/2572
Can anyone help me with this problem?
Help me this issue! Thanks @skiffer-git