You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: