googleapis / google-cloud-python

Google Cloud Client Library for Python
https://googleapis.github.io/google-cloud-python/
Apache License 2.0
4.85k stars 1.53k forks source link

Missing Firebase Management API #13303

Open rami-foo opened 4 days ago

rami-foo commented 4 days ago

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 FOO_

API 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.

rami-foo commented 4 days ago

If for some reason it exists and I did not find it please make it more obvious in your readme files because i searched for it for many many hours