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 by adding google_api_firestore to your list of dependencies in mix.exs:

def deps do
  [{:google_api_firestore, "~> 0.27"}]
end

For more information

Product documentation is available at https://cloud.google.com/firestore.

Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_firestore.