Re: [w3c/manifest] Add a unique identifier for a PWA (#586)

I thought i would through my 2 cents in:
I use localforage to create a db and place a unique id on the user's system. Im using incremental values and once Ive added a unique id to the users system/browser  i update the "last_unique_id table" in my mysql database.
I'm sure you could make some use of this method..

localforage will start with indexedDB and if its not available will move though a list of other database formats until it can land the unique id..

Hope this can help you..


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/586#issuecomment-816942910

Received on Friday, 9 April 2021 20:16:06 UTC