[PAID] FCM: Receive Push Notifications with Firebase Cloud Messaging Latest SDK [$10 or INR 701]

Ah, my mistake. It is an extension.
Search in community.

1 Like

I tried with the extension but it still doesn’t display . It only displays the message “not found”.

Any solution to the problem? I really need to list the notifications.
Thanks

Same blocks work for me.

Unfortunately I still don’t see them, here is the result attached.


Check that you are using latest version or not.

Otherwise dead end.

The version is com.sunny.fcm-v2.1.aix

If instead where there is “or if not found” I put “get notification” I get as in the photo.

Nothing surprising, you are getting dictionary or json again because you have put double quotes around keys.

Maybe try decoding notification again before passing as ‘in dictionary’.

I managed to see the notifications. Now the problem is that I can only see the latest notification and not the entire list. I tried both with the external JSON extension and with the native ‘Web’ component of Kodular.



.

You are setting the text to label each time, instead of appending.

Sorry, I’m pretty new to Kodular… how do I update the value? :roll_eyes:
Thanks.

Set Label1.Text to join get Label1.Text
                        \n
                        your current blocks

Taifun

2 Likes

Thanks it worked :+1: :+1: :+1: