GoogleApi.FirebaseDatabase
Firebase Realtime Database Management API client library.
The Firebase Realtime Database Management API enables programmatic provisioning and management of Realtime Database instances.
Installation
Install this package from Hex by adding
google_api_firebase_database to your list of dependencies in mix.exs:
def deps do
[{:google_api_firebase_database, "~> 0.2"}]
end
For more information
Product documentation is available at 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.