Skip to content

Commit

Permalink
Make bundle_id required and immutable for Firebase AppleApp. (#7849) (#…
Browse files Browse the repository at this point in the history
…14469)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 2, 2023
1 parent d1c5d0c commit 9b6dc3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/7849.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
firebase: specified required argument `bundle_id` in `google_firebase_apple_app`
```
8 changes: 4 additions & 4 deletions website/docs/r/firebase_apple_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ The following arguments are supported:
(Required)
The user-assigned display name of the App.

* `bundle_id` -
(Required)
The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.

- - -

- - -

* `bundle_id` -
(Optional)
The canonical bundle ID of the Apple app as it would appear in the Apple AppStore.

* `app_store_id` -
(Optional)
Expand Down

0 comments on commit 9b6dc3f

Please sign in to comment.