elastic / app-search-firestore-extension

An extension that syncs data from Google's [Cloud Firestore](https://firebase.google.com/products/firestore) to [Elastic App Search](https://www.elastic.co/app-search/).
Apache License 2.0
18 stars 14 forks source link

Better handling of Firestore References #45

Open IchordeDionysos opened 1 year ago

IchordeDionysos commented 1 year ago

Instead of indexing Firestore references as:

{
  _firestore: {
    projectId: "nationalparks",
  },
  _path: {
    segments: ["nationalparks", "123"],
  },
  _converter: {},
}

they will now be indexed as:

nationalparks/123
cla-checker-service[bot] commented 1 year ago

💚 CLA has been signed

IchordeDionysos commented 1 year ago

Signed

IchordeDionysos commented 1 year ago

@JasonStoltz @byronhulcher @dackers86 @aznick this PR solves a major blocker for us. Any chance to get it approved and deployed?