typesense / firestore-typesense-search

Firebase Extension to automatically push Firestore documents to Typesense for full-text search with typo tolerance, faceting, and more
https://extensions.dev/extensions/typesense/firestore-typesense-search
Apache License 2.0
159 stars 35 forks source link

Use same secret key to manage different functions #97

Open elhe26 opened 1 day ago

elhe26 commented 1 day ago

Description

As the title implies, please allow using the same key for multiple functions. It's expensive to create the same key over and over again just to be used by 1 function.

Steps to reproduce

NA

Expected Behavior

One secret key for multiple functions.

Actual Behavior

The same key is created and used per function.

Metadata

Typesense Version: 0.27.1

OS: MacOS