Hello guys, I have the following problem… After in...
# community-help
j
Hello guys, I have the following problem… After installing the extension, I run the create the collection and add the backfill document, but the function fails. I’m not sure if I set up the extension correctly… Which typesense api key do I need to use?
k
Can you please verify that the collection that you are writing to is indeed created? 404 error happens when collection does not exist.
j
Thanks for the fast response 😄 Do you mean in firestore? yes the collection is created.
Or do I need to create a collection in typesense? If so, how can I do that?
k
Yes you need to create a collection first.
j
Oh ok, will check this out. This was a bit confusion:
k
Yes and that GitHub link also lists this as a pre requisite. Check number 3 point here: https://github.com/typesense/firestore-typesense-search#1-setup-prerequisites
j
Ok perfect, Thank you 👌