Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Firebase Cloud Messaging #5

Closed
synthable opened this issue Jul 21, 2016 · 1 comment
Closed

Implement Firebase Cloud Messaging #5

synthable opened this issue Jul 21, 2016 · 1 comment

Comments

@synthable
Copy link

Implement the new Firebase Cloud Messaging

@kopiro
Copy link
Contributor

kopiro commented Jul 25, 2016

Hi, is there a reason or just to upgrade?

@kopiro kopiro closed this as completed Aug 29, 2016
ianko added a commit to ianko/ti.goosh that referenced this issue Jan 20, 2017
Fixes a crash that happens when you don't send a `data` object.

Stack trace: 
```
[INFO]  I/ti.goosh.IntentService: Not showing notification cause missing data.alert
[ERROR] AndroidRuntime: FATAL EXCEPTION: AsyncTask caffeinalab#5
[ERROR] AndroidRuntime: Process: com.fanhero.floridacup, PID: 32621
[ERROR] AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.google.gson.JsonObject.has(java.lang.String)' on a null object reference
[ERROR] AndroidRuntime:     at ti.goosh.IntentService.parseNotification(IntentService.java:122)
[ERROR] AndroidRuntime:     at ti.goosh.IntentService.onMessageReceived(IntentService.java:54)
[ERROR] AndroidRuntime:     at com.google.android.gms.gcm.GcmListenerService.zzq(Unknown Source)
[ERROR] AndroidRuntime:     at com.google.android.gms.gcm.GcmListenerService.zzp(Unknown Source)
[ERROR] AndroidRuntime:     at com.google.android.gms.gcm.GcmListenerService.zzo(Unknown Source)
[ERROR] AndroidRuntime:     at com.google.android.gms.gcm.GcmListenerService.zza(Unknown Source)
[ERROR] AndroidRuntime:     at com.google.android.gms.gcm.GcmListenerService$1.run(Unknown Source)
[ERROR] AndroidRuntime:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
[ERROR] AndroidRuntime:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
[ERROR] AndroidRuntime:     at java.lang.Thread.run(Thread.java:818)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants