README.md

# GoogleApi.FirebaseAppCheck

Firebase App Check API client library.

Firebase App Check works alongside other Firebase services to help protect your backend resources from abuse, such as billing fraud or phishing.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase_app_check` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_firebase_app_check, "~> 0.3"}]
end
```

## For more information

Product documentation is available at [https://firebase.google.com/docs/app-check](https://firebase.google.com/docs/app-check).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase_app_check](https://hexdocs.pm/google_api_firebase_app_check).