README.md
# GoogleApi.Firebase
Firebase Management API client library.
The Firebase Management API enables programmatic setup and management of Firebase projects, including a project's Firebase resources and Firebase apps.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_firebase, "~> 0.6"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com](https://firebase.google.com).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase](https://hexdocs.pm/google_api_firebase).