supplyFirebaseMessaging

abstract fun supplyFirebaseMessaging(): FirebaseMessaging?

This method is optional, you may simply return null.

Use this method to provide the correct FirebaseMessaging instance if the one you intend to use is not the default.

Return

the FirebaseMessaging instance to use.