Skip to content

Commit

Permalink
Update debug key signature hashes (#1085)
Browse files Browse the repository at this point in the history
* Update debug key signature hashes

* Remove duplicate hash

---------

Co-authored-by: Ashley Davies <[email protected]>
  • Loading branch information
ashdavies and ashdavies authored Jul 26, 2024
1 parent f5bf59e commit 0f90226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resource "google_firebase_android_app" "main" {
provider = google-beta
display_name = "Playground"
package_name = "io.ashdavies.playground"
sha1_hashes = ["4761bd71b66b1cda731f4c5fef4a554785f7648b"]
sha256_hashes = ["b0df48830f81daafc80955b552b3e85aa93c56c7a4172f56358067b071f1f686"]
sha1_hashes = ["2F50F8FD822A6592508B5ADB58A231C729D616A3"]
sha256_hashes = ["2EBFD15AE4682189F047B61A4FAA903DC330CBF29B3A21F667595A73FB53A1FF"]
}

# google_project_service.main is deprecated
Expand Down

0 comments on commit 0f90226

Please sign in to comment.