README.md

# GoogleApi.Firestore

Cloud Firestore API client library.

Accesses the NoSQL document database built for automatic scaling, high performance, and ease of application development. 

## Installation

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

```elixir
def deps do
  [{:google_api_firestore, "~> 0.20"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/firestore](https://cloud.google.com/firestore).

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