Open markibanez opened 4 years ago
How long do I need to store persistent ids? Obviously we can't store them indefinitely.
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)
How long do I need to store persistent ids? Obviously we can't store them indefinitely.