简体   繁体   中英

Send Push notification from user app to admin app - Flutter

I have two flutter apps 1- user app and 2- admin app. User wants to send request to admin using push notification. I have implemented firebase push notification using rest API, but it works only within app using device token. Is there any way to send notifications to different apps with different package names? I am sending device to device notifications not to all users or admins.

Yes you can you need to register different apps in the firebase console and do configuration just like you did for the current app ie configure google_play_services.json etc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM