Skip to content

Commit

Permalink
feat: Automated regeneration of FirebaseDatabase client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 9f57fc1 commit 4301d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/firebase_database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Firebase Realtime Database API client library.

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

## Installation

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 "20221108"
@discovery_revision "20240310"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/firebase_database/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule GoogleApi.FirebaseDatabase.Mixfile do

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

Expand Down

0 comments on commit 4301d6d

Please sign in to comment.