10 questions
Hello, everyone Node.js wants to use socket.io to implement real-time push services on the web.There is a push server and a web server separately, but I want to push to the push server when I write a ...
I made a websiteThere is a chat function. I want to have a push notification on my PC when I get a message from the other person. (Like Kakao Talk)You want to use PHP or Javascript for languages.Pleas...
I'm making an app that receives push notifications from the server. I found some ways to do that.SMS - Block incoming sms and pull them to the server.Poll - Periodically checks the server.There are tw...
Currently, there is a php bulletin board, and when registering the notice, we use fcm to send a push through the web app.I want to turn off and turn on the push according to push on and off on the bul...
I have to send several Notifications, not one, from the app I'm currently working on, but as far as I know, there is only one way to represent Notification in multiple ways?
Hello, I have a question while using the Firebase push message function.I'm currently creating a community appBy the way, each push message has a different content, but all the contents are transferre...
Hi, everyone.It's not hard to figure out if you're lucky to communicate with the Tomket WebSocket server on Android.But the communication is good. I don't know how to implement push with this. I think...
Hello, developers!I'm a student developer who developed Push for the first time ㅠ
var name = ['a', 'b', 'c']; name.push('d'); There was an error doing this.name.push is not a functionHowever, there was no problem because the variable name was changed from name to a as follows. var ...
© 2024 OneMinuteCode. All rights reserved.