125
Views
4
Comments
Solved
[Firebase] Firebase event "FirebaseReceiverAlertEventReceived" not working in v10.0.105.0
Question
firebase
Reactive icon
Forge asset by Labs

Hi,

FirebaseReceiver event "FirebaseReceiverAlertEventReceived" is not getting fired in environment v10.0.105.0. It works fine i n v10.0.200.2. Is Firebase not supported in v10.0.105.0? Please let me know.

Thank you,

MN

UserImage.jpg
Murthy Nemani
Solution

Francisco Afonso wrote:

Hi Murthy,

Do you have any news on this? Version 1.1.1 was published with 10.0.105.0 and was working fine at the time. The latest stable at the moment is 1.1.2 and published with 10.0.200.0. What Firebase version are you using and what is the version of the environment?

Regards


This issue has been resolved. Couple of things that I found that 1) Firebase as default database rules which is set to allow notifications only for logged-in/authenticated user. 2) TargetIdentifier is also one key thing in firing/receiving messages from Firebase. I corrected these two and it started working.


2019-03-29 11-49-27
Francisco Afonso

Hi Murthy,

Do you have any news on this? Version 1.1.1 was published with 10.0.105.0 and was working fine at the time. The latest stable at the moment is 1.1.2 and published with 10.0.200.0. What Firebase version are you using and what is the version of the environment?

Regards


UserImage.jpg
Murthy Nemani
Solution

Francisco Afonso wrote:

Hi Murthy,

Do you have any news on this? Version 1.1.1 was published with 10.0.105.0 and was working fine at the time. The latest stable at the moment is 1.1.2 and published with 10.0.200.0. What Firebase version are you using and what is the version of the environment?

Regards


This issue has been resolved. Couple of things that I found that 1) Firebase as default database rules which is set to allow notifications only for logged-in/authenticated user. 2) TargetIdentifier is also one key thing in firing/receiving messages from Firebase. I corrected these two and it started working.


UserImage.jpg
Dileep Rajam

Hi Francisco,

I am using In-App Chat component which uses firebase for realtime chat notifications in my mobile app. When i was implementing this, i figured i have to create a realtime database in my Firebase project which is creating some events in the realtime database. 

My question is does firebase realtime database store the data that is going on in the chat conversation or it only stores the event? And do you know if there is any cost involved in using this firebase features


Thanks,

-Venkata Rajam

UserImage.jpg
Maheswarlu Madugundu

Hi,

I am facing one issue with Firebase reactive component.

Firebase event "FirebaseReceiverAlertEventReceived"  is not getting received in UAT Environment with Service Studio version 11.54.18 (Build 62611) . Whereas it works fine in Development environment with 11.54.68 (Build 63464). 

Even tried using a different TargetIdentifier in UAT environment & using different Firebase account. But the problem still persists.

Any additional settings to be done in UAT environment? Or any restrictions in Firebase with UAT environment?

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