AI-generated Key Takeaways
-
The
firebase_admin
Python library provides programmatic access to Firebase services for server-side applications. -
You can manage Firebase App instances using
initialize_app()
,get_app()
, anddelete_app()
. -
The
auth
module allows for user management, including creating, updating, deleting, and authenticating users. -
The
messaging
module enables sending messages to devices and managing topic subscriptions. -
Other modules offer functionalities for accessing Realtime Database, Cloud Firestore, Cloud Storage, Cloud Functions, and more.
Gets a track.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
track |
Identifier of the track. More on track name |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Track
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher