README.md

# GoogleApi.FirebaseHosting

Firebase Hosting API client library.

The Firebase Hosting REST API enables programmatic and customizable deployments to your Firebase-hosted sites. Use this REST API 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.12"}]
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).