103
Views
5
Comments
Solved
[Firebase Mobile] Device recive silent notification
Question
firebase-mobile
Mobile icon
Forge asset by David Sousa

Hi,

How do I receive a Silent notification via fire base on a mobile App and trigger a trigger to do something with it.

Attached is the example of how I want to build the mobile App.

On the server I'm using FirebaseMiddlware's SendSilentNotificationToUser action.


NotificationBackGround.oml
2022-05-19 09-39-13
David Sousa
Solution

Hi Fabio,

Did you take a look at the Firebase Mobile Sample

It has an example of sending and receiving notifications (silent or normal).

Best regards,

David

2024-02-15 15-30-05
Fábio Pereira

Hi David,

I saw the sample but only normal notifications are used there, what I want to do is send a notification / message to the Device to perform a event in a app, but that I don't see a notification in the device's notification bar.

My problem is recive the silence notification in the app or device, the normal notification I recive.

Best regards.

UserImage.jpg
Hanh Pham Mai My

Did you solve this issue? I am still facing with this issue.

2022-05-19 09-39-13
David Sousa

Fabio,

The handling of a notification is the same, either a push notification or a silent notification.

The application needs to be running (on foreground or background) for the silent notification to arrive and trigger the web block's event.

Cumps

2024-02-15 15-30-05
Fábio Pereira

Thanks David,

My problem was the block FierbaseCloudMessaging in block layout instead of the screen.

Cumps


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.