push-receiver icon indicating copy to clipboard operation
push-receiver copied to clipboard

Storing persistent ids

Open markibanez opened this issue 4 years ago • 1 comments

How long do I need to store persistent ids? Obviously we can't store them indefinitely.

markibanez avatar Sep 02 '20 13:09 markibanez

In my library (node-red-contrib-fcm-receive-node) I store them until the next call of the listen method (remove right after calling it)

eschava avatar Sep 08 '20 13:09 eschava