I make a server that sends messages using FCM to clients depending on what happens (temperature and / or humidity changes, door opening, etc.).
But if the token can change, how can I track how the device sends messages to the correct one (without using the login system)?
I thought to associate the token with sim iccid in the database, is this correct?
source
share