I'm trying to connect to the Google Cloud Messaging with this code in dart
senderIds.add("api-project-testid");
chrome.gcm.register(senderIds).then(registerCallback);
but I have this error:
Exception: Uncaught Error: Profile was not signed in.
I think that the error arises from the fact that chromium is not connected with any account. Does anyone know how to fix it?