firebase-admin-python
firebase-admin-python copied to clipboard
[FR] Add multiple Firestore support
Is your feature request related to a problem? Please describe. I have a Firebase project that utilised the recent feature to allow for multiple Firestores for a single project and am using Python to perform some firebase admin function, but it currently doesn't allow access to any non-default databases.
Describe the solution you'd like I would like to be able to specify which Firestore to connect to when initializing the connection.
Describe alternatives you've considered Cannot find any alternative to this feature with this package. The only other alternative would be to use Node.js SDK instead since it does have this feature.
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Update?
Hello, are you working on this?