Open Teawork opened 3 years ago
@Teawork
Is this package must have node js serve to use?
@Teawork
Is this package must have node js serve to use?
- this package requires a server to push voip notification.
- It doesn't matter which language you implement the server.
僕に返事してくれました、ありがとうございます、マサヒさん!^^ Can I use with firebase messaging?
@Teawork
As far as i have researched, you could possibly use Firebase Cloud Functions to manage the API calls.
Since the documentation mentions a CURL request, it should be possible.
Or there could be a Laravel package for APNS push notifications.
@Teawork I used https://levelup.gitconnected.com/send-push-notification-through-apns-using-node-js-7427a01662a2 as reference to implement a VoIP Push server triggered with a Firebase Function.
Hello,
Please how do I connect my flutter app to this server? where I can I find the device token?
I'm using firebase messaging and agora engine package for push notification and call. unfortunately, that packages not support on background mode. yours package can help me voip push but haven't a node js serve. currently I just use laravel serve for my backend.
have a nice day ! Thank for your effort to builded this package