Commit 7eeb11ed authored by Libin Lu's avatar Libin Lu

add response log

parent 7b82c79c
......@@ -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)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment