14:33:39 mc_: when pusher push notification - where did the log file go? What will be the best way to check if kazoo actually send request to firebase? In kazoo folder I was trying to grep for pusher and it's only show me it in ecallmgr_erl_crash.dump 14:48:36 Serge: you have to be in debug mode 14:48:42 sup kazoo_maintenance syslog_level debug 14:49:17 fink it's already enabled 14:49:23 also, iirc, there's a bug in the firebase pusher 14:49:32 i'll check my notes, give me one sec 14:52:10 been a while, but i'm 99% sure that MessageJObj in maybe_send_push_notification() needs to be kz_json:from_list([{<<"data">>, build_payload(JObj)},{<<"notification">>, kz_json:from_list([{<<"content_available">>, 'true'}])}]) for the push to get handled by firebase 14:53:46 fink does kazoo work with Firebase Cloud Messaging API (V1) or Cloud Messaging API (Legacy)? 14:59:30 Serge: pretty sure it's the legacy api 15:00:20 fink Thank you! Will try to make it work 15:00:46 So, this bug is in latest 4.3 release? 15:09:22 fink: By any chance do you remember what value did you use for your AppId? 15:09:33 idk if it's truly a bug, never looked into it too deeply, but it was the "fix" that i came up with to get pushes working with fcm... 15:10:05 but we stopped using fcm because fcm doesn't (or didn't, not sure if it changed) support voip pushes to ios 15:10:52 Serge: whatever id you choose for your app com.org.myvoipapp 15:12:24 fink: Is it "Publuc-facing name" com.org.myvoipapp from firebase project? 15:13:25 or "Project ID" from firebase project - 30390930xxxxxxx 15:18:28 neither, should be your android application id or apple app id 15:20:37 Your apps -> App ID 15:20:37 1:123909302092:android:30e8e45f53b99cXXXX29e9 or Package name? 15:22:00 package name, should follow a format like com.company.appname 15:22:30 Your apps -> Package name : com.org.whatever-app-name 15:22:52 got it, let me try that 15:22:58 thank you very much! 15:32:16 yeah, no worries, like i said, been a minute since i've looked at fcm, so take all of this with a grain of salt lol, might be completely incorrect at this point 15:44:55 fink: Also, should I use "api_key" from google-services.json or from "Project Settings" -> "Cloud Messaging" -> "Cloud Messaging API (Legacy)" ? 15:48:09 Serge: use the server key from the legacy api