I’m using the Firebase extension to link Typesense...
# community-help
v
I’m using the Firebase extension to link Typesense to my Firestore database. I notice that Document IDs are stored in Typesense, but I cant seem to query by them. Maybe Typesense isn’t the solution here, but one application I have is to turn a list of Document IDs into a list of the other associated fields in the Typesense cluster. I’m using Typesense in more traditional ways as well, but I was wondering if something like this would be possible
j
@Vera Gonzalez if you want to query by id, you’d need to also include it explicitly in the collection schema in Typesense.
v
I figured as much. Thank you!