fcm tag

7 questions


2 answers
62 views
0
Build a push server (self-server), GCM (FCM) well-known! Can you tell me a little bit about myself?

I have built a chat server through a web socket once This time, I'd like to send a message or push notification to clients by announcing it on the server. = Build a push server You can use gcm and fcm...

1 years ago

1 answers
73 views
0
I'd like to inquire about iOS FCM push messages

I implemented a push message as per fcm document I checked that the fcm site responds well when you send a message to the Notifications function.But the problem is, I implemented the server in phpIf I...

1 years ago

1 answers
76 views
0
Question about app bouncing when sending firebase cloud messaging (fcm) to the Android app!

2019-11-07 16:01:18.615 22887-22887/com.example.api21test E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.api21test, PID: 22887 java.lang.RuntimeException: Unable to instantiate service c...

1 years ago

1 answers
51 views
0
I'm asking you an error when connecting fcm x mpp.

final XMPPTCPConnectionConfiguration.Builder config = XMPPTCPConnectionConfiguration.builder(); config.setXmppDomain(Util.FCM_SERVER); // == fcm-xmpp.googleapis.com //config.setHost(Util.FCM_SERVER); ...

1 years ago

1 answers
45 views
0
Firebase fcm push notification question.

I want to send the data I received from the public api when I get an alarm, what should I do...?I really want to know.

1 years ago

1 answers
64 views
0
I have a question for Android FCM.

Implement fcm server on java restful server on local hostAndroid makes a request to the server and the local server delivers the response using the fcm service.There is a problem, if you receive fcm s...

1 years ago

1 answers
52 views
0
Receive push notifications when keywords stored in mysql are saved

I'm using FCM to study push messages If you save a keyword in the database and write that contains the keyword is stored in the database,I want to implement it by sending a message.Then should I send ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.