Skip to content

Commit

Permalink
Fix Firestore Account Storage Create Update Override
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer authored May 31, 2024
1 parent 16c1c75 commit b8b1501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public actor FirestoreAccountStorage: Module, AccountStorageConstraint {
switch result {
case let .success(data):
try await userDocument(for: identifier.accountId)
.setData(data)
.setData(data, merge: true)
case let .failure(error):
throw error
}
Expand Down

0 comments on commit b8b1501

Please sign in to comment.