firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.02k stars 315 forks source link

Added multiple Firestore databases support #728

Open KarenjanM opened 12 months ago

KarenjanM commented 12 months ago

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

google-cla[bot] commented 12 months ago

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.

lahirumaramba commented 12 months ago

Duplicate of #719

KarenjanM commented 12 months ago

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