firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

Added multiple Firestore databases support

Open KarenjanM opened this issue 2 years ago • 3 comments

Hey there! I saw an issue, where was discussed adding support for new feature ( Multiple database in a single project ) Here's a link to it: https://github.com/firebase/firebase-admin-python/issues/718

I've tested my solution and it works, would be happy if it could be added to the main package

KarenjanM avatar Oct 04 '23 13:10 KarenjanM

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Oct 04 '23 13:10 google-cla[bot]

Duplicate of #719

lahirumaramba avatar Oct 04 '23 16:10 lahirumaramba

Duplicate of #719

actually it's not quite a duplicate, because the order of arguments in function get_app_service in 719 is not right and breaks if you try to launch that. The new argument options should be as last argument

KarenjanM avatar Oct 05 '23 07:10 KarenjanM