Hi!
We have a user, we have his devices. Is it possible to get device id (token) for push notifications (ios android) throw Auth0? What kind of device info Auth0 can provide us?
We are not able to provide device information, but you are able to utilise the app_metadata
and user_metadata
fields which you could populate with data you gather from whatever the OS can give you about the device.
https://auth0.com/docs/metadata
You can also gather and store user_profile data
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.