Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1.7 KiB

Firebase client library usage

Firebase provides SDKs for both client-side application development and server-side administrative tasks.

For a full list of Firebase client libraries and links to their documentation and GitHub repositories, see https://firebase.google.com/docs/libraries

Mobile and web client-side SDKs

The Firebase client-side SDKs allow direct interaction with Firebase services from a mobile or web app. These SDKs are available for iOS (Swift and Objective-C), Android (Kotlin and Java), Web (JavaScript), Flutter (Dart), Unity, and C++.

Server-side Admin SDKs

The Firebase Admin SDKs provide privileged access to Firebase services from a server environment. These SDKs are available for Node.js, Java, Python, and Go.

For details about Firebase Admin SDKs and getting started, see https://firebase.google.com/docs/reference/admin.md.txt and https://firebase.google.com/docs/admin/setup.md.txt