Using js-genai with googleapis.com

TypeScript integration

✓ Official SDK
Install
npm install js-genai
Quick start
import Js_genai from 'js-genai';

const client = new Js_genai({ accessToken: "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
js-genai
TypeScript
API
googleapis.com
googleapis.com:firebase
At a glance
Language TypeScript
Endpoints21
Base URLhttps://firebase.googleapis.com
✓ Official