Hi VanHoan, thanks for reaching us about this concern, actually, Firebase integration requires that device registration token which is associated inside user attributes, each time we need to send that notification, AS takes that value and sends the notification via FCM. I understand that concern about id_token_hint, in this case we have two options:
1. Authenticate user using another authn mode and then id_token_hint would be generated.
2. Set device registration token manually inside `jansBackchannelDeviceRegistrationTkn` user custom attribute, you could use admin for this one or directly to the database.
BTW, you could also use directly interception scripts to customize this experience, all required information could be directly set inside script params and user data.
Let me know if you require something else where I could help, thanks.