Android Question Firebase Notification Cant Received

BarryW

Active Member
Licensed User
Longtime User
I am able to send notification but i cant receive it.

Also job done is the triggered..
B4X:
Sub JobDone(job As HttpJob)
    'Log(job)
    If job.Success Then
        Log(job.GetString)
    End If
    job.Release
End Sub

But there no error found.

I used two phone the first phone works both sending and receiving but the second phone only works on sending.
 

KMatle

Expert
Licensed User
Longtime User
Also job done is the triggered..

But there no error found

What's the ouput of

B4X:
Log(job.GetString)

Barry: Your post is like "My car has a problem. Here's a photo of the engine". As you call a Google service please post the code AND the result coming back.
 
Upvote 0

BarryW

Active Member
Licensed User
Longtime User
What's the ouput of

B4X:
Log(job.GetString)

Barry: Your post is like "My car has a problem. Here's a photo of the engine". As you call a Google service please post the code AND the result coming back.

sorry sir but i mean job done is not triggered.
 
Upvote 0
Top