Disable Google's Firebase for push tokens

Hi @arddg,

actually, if your phone does not support google push, you may still use polling as you said. If your server is not able to contact google firebase to place the push notification (because you block it for instance), the pollable challenge will be created anyways. So just use push tokens without ever connecting to firebase and be happy…

Best,

Henning