namespace salesbook.Shared.Core.Interface; public interface IFirebaseNotificationService { Task InitFirebase(); }