After the user says login, we can get at their user ID with assistant.getUser().userId and the name with assistant.getUserName().displayName.
Should we add these ID's to the database? It doesn't show up to the 'authentication' section on firebase.
Instead, I think we need to follow the account linking properly here.