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
Related
I have created a Facebook messenger chatbot, and is working perfectly with the admin, I mean the admin can interact with it without any issue, but all other users from Facebook can send it messages and the chatbot cannot respond to them automatically
You need to go through the app approval process.
Bots can no longer work without approval from Facebook.
You need to request specifically: pages_messaging and pages_messaging_subscriptions.
Good luck.
I created laravel web about hospital i want to notified the user when the doctor upload file treatment i don't want use the pusher because expensive for me now ..so any way to do with firebase it's better if now video or article showing me step by step AND how connect the icon when upload the user get notification
You can use the Notifications in Laravel, here is the documentation for the details: https://laravel.com/docs/7.x/notifications
I'm not sure what notification channel would you like to use, Firebase Cloud Messaging is not supported by default, but there is a 3rd party package for that: https://github.com/laravel-notification-channels/fcm
You can find a lot of custom notification channels here: https://laravel-notification-channels.com/
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'm doing a system with laravel 5 and want have a method of notification alerts to phone mobile. I have read that I can do it with whatsapi but not as useful or good that is.
Any advice or recommendation?
You could do through push notifications, I would recommend you use this library https://packagist.org/packages/davibennun/laravel-push-notification to integrate to Laravel. You can send with push notification a payload with data for your app use it.
I have to prepare a web Admin for the mobile apps that have iPhone and android versions. I don't know how to send the push notifications to specific users or to all users from my ASP.net web Admin.
Take a look at the rest API.
Pratically you have to perform a POST (using maybe RestSharp) passing your app id\key and the content of the push.