23
Views
3
Comments
Fetch device token id and application id
Question

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. 

2026-04-23 05-29-20
Prince Kumar

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

2024-01-15 13-02-19
Vaibhavi Paranjpe

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.

2024-05-20 13-34-49
VIGNESH BALASUBRAMANIAN

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.