app-search-firestore-extension
app-search-firestore-extension copied to clipboard
Better handling of Firestore References
Instead of indexing Firestore references as:
{
_firestore: {
projectId: "nationalparks",
},
_path: {
segments: ["nationalparks", "123"],
},
_converter: {},
}
they will now be indexed as:
nationalparks/123
❌ Author of the following commits did not sign a Contributor Agreement: , 4fbf472ec58fee8fec465c903784c41bdcad5e6c
Please, read and sign the above mentioned agreement if you want to contribute to this project
Signed
@JasonStoltz @byronhulcher @dackers86 @aznick this PR solves a major blocker for us. Any chance to get it approved and deployed?