We have a Chrome extension, which is used mainly on Chromebooks and heavily relies on retrieving the user's e-mail address via chrome.identity.getProfileUserInfo
. This works most of the time, but I've noticed that at random times among our customers it returns an empty field instead. Obviously I have all the required permissions in the manifest and I unfortunately haven't been able to reproduce the issue myself, nor have I noticed any patterns of when it occurs.
I'm wondering if anyone else has had similar experiences with this function.