firebaseMessaging

@Bean
@ConditionalOnBean(value = [FirebaseApp::class])
fun firebaseMessaging(firebaseApp: FirebaseApp): FirebaseMessaging

Bean which injects FirebaseMessaging for sending push notifications. It will be created only if GOOGLE_CREDENTIALS property was provided in the application.yml