Skip to content

Commit

Permalink
fix(firestore): add missing path property on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 15, 2024
1 parent f0cd1f9 commit 0e07179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-cars-behave.md
@@ -0,0 +1,5 @@
---
'@capacitor-firebase/firestore': patch
---

fix(ios): add missing `path` property
Expand Up @@ -12,6 +12,7 @@ import Capacitor
public func toJSObject() -> AnyObject {
var referenceResult = JSObject()
referenceResult["id"] = self.documentReference.documentID
referenceResult["path"] = self.documentReference.path

var result = JSObject()
result["reference"] = referenceResult
Expand Down

0 comments on commit 0e07179

Please sign in to comment.