Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying the databaseId for the firestore database #84

Open
daveleroy opened this issue Aug 10, 2024 · 0 comments
Open

Allow specifying the databaseId for the firestore database #84

daveleroy opened this issue Aug 10, 2024 · 0 comments

Comments

@daveleroy
Copy link

Firebase now allows creating multiple firestore databases. It would be nice to be able to select which database to store customer information/events in via a configuration option.

export declare function getFirestore(databaseId: string): Firestore;

https://firebase.google.com/docs/reference/admin/node/firebase-admin.firestore.md#getfirestore_53dc891

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant