Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

# Use an OAuth2 access token
client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
Gets the configuration artifact associated with the specified WebApp.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebase.googleapis.com/v1beta1/{name}
Lists each FirebaseProject accessible to the caller. The elements are returne…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebase.googleapis.com/v1beta1/projects
Lists the SHA-1 and SHA-256 certificates for the specified AndroidApp.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebase.googleapis.com/v1beta1/{parent}/sha
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:firebase
At a glance
Language Python
Endpoints21
Base URLhttps://firebase.googleapis.com
✓ Official