Missing Firebase Management API #13303
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Determine this is the right repository
Summary of the feature request
There is not support for the firebase management API ,
Desired code experience
should be a wrapper around this api
add_firebase
and provide an easy way to poll and get the response
Async functionalities would also be amazing
Expected results
e.g.
my_new_feature()
should return FOOAPI client name and version
No response
Use case
While there is a firebase_admin_SDK it requires you to use the firebase v1beta1 from google api python client library to enable and add firebase to a project. this makes using the other services kind of obsolete as you still need to download the full 50MB library just for adding firebase to a project
Additional context
e.g. This feature would help improve the performance of my application.
The text was updated successfully, but these errors were encountered: