我想在令牌准备好后将客户端 FCM 令牌发送到我的服务器,因此我需要 MyFirebaseMessagingService 中的用户存储库。
问题是 FirebaseMessagingService 需要默认的空构造函数。那么如何在 MyFirebaseMessagingService 类中注入我的 userRepo 呢?我使用 Koin 作为依赖注入
我想在令牌准备好后将客户端 FCM 令牌发送到我的服务器,因此我需要 MyFirebaseMessagingService 中的用户存储库。
问题是 FirebaseMessagingService 需要默认的空构造函数。那么如何在 MyFirebaseMessagingService 类中注入我的 userRepo 呢?我使用 Koin 作为依赖注入