README.md
# GoogleApi.FirebaseHosting
Firebase Hosting API client library.
The Firebase Hosting REST API enables programmatic and customizable management and deployments to your Firebase-hosted sites. Use this REST API to create and manage channels and sites as well as to deploy new or updated hosting configurations and content files.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase_hosting` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_firebase_hosting, "~> 0.17"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com/docs/hosting/](https://firebase.google.com/docs/hosting/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase_hosting](https://hexdocs.pm/google_api_firebase_hosting).