Android Question Push Notification

Jithesh Mepparambath

Member
Licensed User
Longtime User
Hi Erel ,


I was successful in Testing the Push Notification in my mobile. With reference to the same I have some question since I am new the concepts and logic.


1. How I can send Message to Multiple People. How this is done.

2. How I can send Message to Selected People. How this is done.

3. How I can send Message to Single Person. How this is done.


I know may be this is not related to the product . but I would like know how this is being done. So that I can integrate the same.


If you can provide the link it will be appreciated.


Regards


Jithesh M
 

Jithesh Mepparambath

Member
Licensed User
Longtime User
Hi Erel ,

Can you please clarify this

2. Send the firebase token to your server and send to a list of tokens instead of topics.

how i get a firebase token for each mobiles who are using the APP


regards

Jithesh M

 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
how i get a firebase token for each mobiles who are using the APP
You can get the Token from the Firebasemessagin Object in the resposible service.

fm.Token

something like
B4X:
    Do While fm.Token = Null Or fm.Token = ""
        Sleep(250)
    Loop
    Dim token As String = fm.Token
    ' Upload the Token to your Server
 
Upvote 0

Jithesh Mepparambath

Member
Licensed User
Longtime User
HI Manfred ,

I am still confused. can you let me know how the below concept will work and what needs to be.

1. I will be developing an applications.
2. the same will be downloaded by several users.
3. Assume that total 100 users downloaded.

now I want to send notification to Single person with different notifications. each person will have their own notification
now I want to send notification to 10 person same notification . All Person will have same notification
now I want to send messages to 50 person same notification . All Person will have same notification

how this can achieved. do i need to take DeviceID and store it on a server when the APP is installed.

regards

Jithesh M
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…