Skip to content

Commit a4df3ec

Browse files
committed
[Feat] Add FirestoreDocumentSupportable protocol and declare isDocumentExsts(endpoint:) method
1 parent 39eb3df commit a4df3ec

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// FirestoreDocumentSupportable.swift
3+
//
4+
//
5+
// Created by 양승현 on 5/16/24.
6+
//
7+
8+
import Combine
9+
import Foundation
10+
11+
public protocol FirestoreDocumentSupportable {
12+
func isDocumentExists(endpoint: any FirestoreEndopintable) -> AnyPublisher<Bool, FirestoreServiceError>
13+
}

0 commit comments

Comments
 (0)