Packages
Cloud Storage for Firebase API client library. The Cloud Storage for Firebase API enables programmatic management of Cloud Storage buckets for use in Firebase projects
Current section
Files
Jump to
Current section
Files
google_api_firebase_storage
README.md
README.md
# GoogleApi.FirebaseStorage
Cloud Storage for Firebase API client library.
The Cloud Storage for Firebase API enables programmatic management of Cloud Storage buckets for use in Firebase projects
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase_storage` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_firebase_storage, "~> 0.2"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com/docs/storage](https://firebase.google.com/docs/storage).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase_storage](https://hexdocs.pm/google_api_firebase_storage).