
Google Firebase is a public API providing google's mobile application development platform that helps build, improve, and grow app.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://firebase.google.com/docs | Primary API endpoint. |
curl -X GET "https://firebase.google.com/docs" \ -H "Accept: application/json"