I have a use case for mobile device POC where I must fetch unique token id when the app is installed for the first time which in turn will be used to send push notifications to device using Google Firebase. If anyone have any idea related to this, please let me know.
Hello @Vaibhavi Paranjpe
Please check and click on below image once.
You can use UUID plugin to generate and fetch a unique ID for the device. This ID can be stored securely and used to identify the device uniquely.
Also, here is the similar post.
Hope this will help you out.
Regards
Prince
Hello @Princi, I can fetch UUID without using the forge component by using JavaScript but I need to fetch app token id for which there is no forge component or solution.
Hi @Vaibhavi Paranjpe
I am also having the same requirement now, could you please let me know. How you have achieved retrieving device Token in your mobile application.
Thanks,
Vignesh Balasubramanian