diff --git a/Examples/simple-fcm-client/app/FirebaseClient.js b/Examples/simple-fcm-client/app/FirebaseClient.js index cd76067bc13b718c5ea37c621593da5eb19668da..e0e01b830465b4085b21d27dba3068c534cec85a 100644 --- a/Examples/simple-fcm-client/app/FirebaseClient.js +++ b/Examples/simple-fcm-client/app/FirebaseClient.js @@ -87,6 +87,7 @@ class FirebaseClient { if(!response.success){ Alert.alert('Failed to send notification, check error log') } + console.log(response); } catch (err) { Alert.alert(err && err.message) }