We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4ce0 commit c430f91Copy full SHA for c430f91
Sources/SHFirestoreService/FirestoreService.swift
@@ -299,6 +299,8 @@ extension FirestoreService: FirestoreQueryable {
299
300
// MARK: - FirestoreTransactional
301
extension FirestoreService: FirestoreTransactional {
302
+ /// Notes:
303
+ /// 1. Executes a transaction and emits FiresotreServiceError if execution fails.
304
public func performTransaction(
305
_ updateBlock: @escaping (Transaction) throws -> Any?
306
) -> AnyPublisher<Any?, any Error> {
0 commit comments