Fired when a message is sent from either an extension
(by runtime.sendMessage) or a content script (by tabs.sendMessage).
https://developer.chrome.com/extensions/runtime#event-onMessage
details for the message
MessageSender object
function to call once after processing
true if asynchronous
Fired when signin state changes for an act. on the user's profile. https://developer.chrome.com/apps/identity#event-onSignInChanged
chrome AccountInfo
true if signedIn
Force signOut without unregistering from App Engine and without needing OAuth
if true, post error notification
reason for call
Cleanup if user signed-out of Browser
Remove the cached auth token
optional scopes to use, overrides those in the manifest
Persist info on current Browser user (may be no-one)
Set signIn state
true if signed in
Sign in and register our Device
Unregister Device and sign out of firebase
Generated using TypeDoc
Manage the current user