The id
I get from app.getUser()
from the actions-on-google-nodejs
app looks entirely different from the id
I get from Oauth.
app.getUser()
in Google Assistant
{ userId: 'KMdEs***szG-ZRQl***cU',
user_id: 'KMdEs***szG-ZRQl***cU',
userName:
{
[...]
The same id
is returned with and without the app.SupportedPermissions.NAME
permission.
googleUser.getBasicProfile().getId()
in Google OAuth
11348***63489
Is there any way to match these users up? It's the same Google Project in the developer console, so I assume that even if Google would generate unique ID's per project it should be the same, however in this case it looks like I am getting entirely different types of id's.