Android Question Firebase Push Notification from Mobile to Net Framework?

Angel Garcia

Member
Licensed User
Hi All,
i have already accomplished to send push notifications between firebase users with Cell phone, also from .Net Framwork with VB Code to single users and certain group of users, so my question is...
It is possible to send a firebase push notification from a Cell phone to a .Net Framework main console to collect all the messages or something?
Maybe using the Web Sender ID as the "Token to" device ID?, it is possible?, if so, how to implement it??
Any help would be much appreciated
Regards!!
 

DonManfred

Expert
Licensed User
Longtime User
It is possible to send a firebase push notification from a Cell phone to a .Net Framework main console
The Firebase notification is nothing more than an intent with some data... It is up to you what you do with the Data arrived.
Post it on Twitter, Upload it somerwhere, post them to a Webservice. It all depends on you.

Do what you want to do with the data to collect them
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…