I'm trying to create desktop app with Flutter. I'm using Laravel as backend with Pusher notifications. What is the best way to integrate Pusher notifications in the Flutter desktop app?
Related
How to make notifications with flutter without using firebase? I am using laravel for the backend and phpmyadmin for the database.
You can use AWS Amplify for push notifications,
check out this link.
https://aws.amazon.com/blogs/messaging-and-targeting/getting-started-with-push-notifications-using-aws-amplify/
I have a shopping website, I want to send notification to admin when a user place orders.
website in Laravel and admin is react native mobile app.
How can I do this?
Please help..
Use Socket.io for instant Notification
You can use FCM token and send notification on mobile
We are developing an app using Laravel 8.3 for back-end, our boss is forcing as to keep all of our (3dr pray services) as less as possible, so most of the services that we need can be provided by Google & firebase.
we have a real-time chat inside the app.
Now the question:
Can we replace Pusher with Google cloud messaging for push notification?
will the (online/offline) and (seen/read) be as good as pusher?
if yes, what driver to use inside the .env file?
Thank you
How to manage Push Notification from Web API to Android App using Firebase?
I have a web application,and want a Push Notification, while any changes on web application database then it will show a notification to my android app.
How to do this?
Check this link https://forums.xamarin.com/discussion/89731/how-to-implement-fcm-in-xamarin-forms I followed this for my app and worked perfectly!
I am planning to use ionic to to create a hybrid chat app. Which one should i use to implement push notification and realtime chat. Either parse or pubnub or both. can i just use pubnub to achieve both functionality?
Ionic has it´s own push notification service in alpha state. You should give it a try. Seems pretty awesome and easy to implement.
Personally I have built a chat app with firebase and it works out of the box. There is also a full tutorial how to implement it.
Parse is a great choice for push, but you can send push notifications using PubNub JavaScript APIs too.
I actually write a few tutorials on hybrid mobile chat apps (using Cordova), also tuts for push notifications with GCM and APNs:
http://www.pubnub.com/blog/converting-your-javascript-app-to-an-ios-app-w-phonegap/
http://www.pubnub.com/blog/sending-ios-push-notifications-via-apns-javascript-using-apns-phonegap/
I wrote a tut for for Android with GCM too, if you want to check out :-)