Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. messaging.setBackgroundMessageHandler(function(payload) {
  2. console.log('Received background message', payload);
  3. });
  4.  
  5. {
  6. "data":
  7. {
  8. "foo": "1",
  9. "bar": "2"
  10. },
  11. "to" : "device_registration_id",
  12. "content_available": false
  13. }
  14.  
  15. return new Promise(function(resolve, reject) { });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement