We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535ef7 commit 31b8f4bCopy full SHA for 31b8f4b
packages/firebase-messaging/index.ios.ts
@@ -107,7 +107,7 @@ export class Messaging implements IMessaging {
107
status = AuthorizationStatus.PROVISIONAL;
108
break;
109
case UNAuthorizationStatus.NotDetermined:
110
- status = AuthorizationStatus.AUTHORIZED;
+ status = AuthorizationStatus.NOT_DETERMINED;
111
112
}
113
resolve(status);
0 commit comments