You've already forked RekomenciBackend
feat(): push notifications via firebase admin
This commit is contained in:
@@ -2,6 +2,7 @@ from dishka import BaseScope, Provider, Scope, WithParents, provide, provide_all
|
||||
|
||||
from template_project.adapters.data_gateways.access_token import DefaultAccessTokenDataGateway
|
||||
from template_project.adapters.data_gateways.auth_identity import DefaultAuthIdentityDataGateway
|
||||
from template_project.adapters.data_gateways.notification_device import DefaultNotificationDeviceDataGateway
|
||||
from template_project.adapters.data_gateways.profile import DefaultProfileDataGateway
|
||||
from template_project.adapters.data_gateways.user import DefaultUserDataGateway
|
||||
from template_project.adapters.unit_of_work import DefaultUnitOfWork
|
||||
@@ -16,4 +17,5 @@ class DataGatewayProvider(Provider):
|
||||
WithParents[DefaultAccessTokenDataGateway],
|
||||
WithParents[DefaultAuthIdentityDataGateway],
|
||||
WithParents[DefaultProfileDataGateway],
|
||||
WithParents[DefaultNotificationDeviceDataGateway],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user