I am trying to find the best way to count how many times a unique NFC tag has been tapped on a reader. There will be many NFC tags, but only a few readers which need to share a common database. I have read the answers on here and it seems I can embed a record in the NDEF message to add 1 each time a tag is tapped and this new number can either be added to through an app, or through a website.
My questions is: Is it possible to have a database stored on my website/app with all NFC unique identifiers so that when a tag is tapped, I just add 1 to my database for that tag (and do nothing to the tag). Would that mean the tag could be read only?
Any help would be great, I'm very new to this field! Thanks!