You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FirebaseKitMessaging.autoRequestPermission now defaults to true (previously false), aligning the default with the documented behavior, code examples, and test suite. Apps that construct FirebaseKitMessaging() without this flag will now request notification permission on boot. Pass autoRequestPermission: false to keep the previous behavior.