Tomas Nesrovnal

Results 4 comments of Tomas Nesrovnal

The source code is pretty simple. Just look into it: https://github.com/jaredhanson/connect-ensure-login/blob/master/lib/ensureLoggedIn.js#L36 You are doing it right. If it doesn't work, the problem is probably somewhere else

We want to call this from one of our backends, so the v3 API would be great. I would much appreciate if you could provide it.

@Buzzkill-McSquare sorry I'm busy elsewhere. I want to get back to this, but as we decided to use Pino, this isn't high priority anymore. We wanted to use something built-in...

I was searching for a way how to set up the channeld. I hacked it by setting up: ``` fcm_notification: { channelId: 'xxx', }, ``` This is used in `buildGcmNotification`...