Skip to content

Commit

Permalink
Make bundle_id required and immutable for Firebase AppleApp. (GoogleC…
Browse files Browse the repository at this point in the history
  • Loading branch information
rainshen49 authored and ericayyliu committed Jul 26, 2023
1 parent ec7e672 commit deeae4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/firebase/AppleApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ properties:
This identifier should be treated as an opaque token, as the data format is not specified.
- !ruby/object:Api::Type::String
name: bundleId
required: true
immutable: true
description: |
The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.
- !ruby/object:Api::Type::String
Expand Down

0 comments on commit deeae4c

Please sign in to comment.