Android Question FirebaseMessaging

tariqyounis

Member
Licensed User
Longtime User
Hello all
I wonder why this function Receiver_Receive is not running at all in a b4a project I created, where in the "PushExample" it is running just fine.

FirebaseMessaging:
Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent)
    If FirstTime Then
        fm.Initialize("fm")
    End If
    fm.HandleIntent(StartingIntent)
End Sub

Any advice
 

DonManfred

Expert
Licensed User
Longtime User
To less informations to actually help here.
 
Upvote 0
Top