Skip to content

Commit

Permalink
feat: Automated regeneration of FirebaseDatabase client (#12638)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-04 13:18:49 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 4, 2024
1 parent 0b13746 commit f08d7ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clients/firebase_database/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoogleApi.FirebaseDatabase

Firebase Realtime Database API client library.
Firebase Realtime Database Management API client library.

The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.

Expand All @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_firebase_database, "~> 0.3"}]
[{:google_api_firebase_database, "~> 0.4"}]
end
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.FirebaseDatabase.V1beta do
API client metadata for GoogleApi.FirebaseDatabase.V1beta.
"""

@discovery_revision "20240310"
@discovery_revision "20241202"

def discovery_revision(), do: @discovery_revision
end
6 changes: 3 additions & 3 deletions clients/firebase_database/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.FirebaseDatabase.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.4.0"

def project() do
[
Expand Down Expand Up @@ -48,15 +48,15 @@ defmodule GoogleApi.FirebaseDatabase.Mixfile do

defp description() do
"""
Firebase Realtime Database API client library. The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
Firebase Realtime Database Management API client library. The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.
"""
end

defp package() do
[
files: ["lib", "mix.exs", "README*", "LICENSE"],
maintainers: ["Jeff Ching", "Daniel Azuma"],
licenses: ["Apache 2.0"],
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/firebase_database",
"Homepage" => "https://firebase.google.com/docs/reference/rest/database/database-management/rest/"
Expand Down

0 comments on commit f08d7ff

Please sign in to comment.