Packages
Firebase Realtime Database Management API client library. The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
Current section
Files
Jump to
Current section
Files
google_api_firebase_database
README.md
README.md
# GoogleApi.FirebaseDatabase
Firebase Realtime Database API client library.
The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase_database` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_firebase_database, "~> 0.3"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com/docs/reference/rest/database/database-management/rest/](https://firebase.google.com/docs/reference/rest/database/database-management/rest/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase_database](https://hexdocs.pm/google_api_firebase_database).