Skip to content

Commit 9b89121

Browse files
authored
Fix swift template (#8345)
1 parent dffaa72 commit 9b89121

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#8335)
99
- Fixed an issue where `ext:install` used POSIX file seperators on Windows machines. (#8326)
1010
- Updated the Firebase Data Connect local toolkit to v1.9.1, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#8340)
11+
- Fixed misleading comments in `firebase init dataconnect` `connector.yaml` template.

templates/init/dataconnect/connector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ connectorId: __connectorId__
88
# packageJsonDir: < Optional. Path to your Javascript app's package.json>
99
# swiftSdk:
1010
# outputDir: <Path where you want the generated SDK to be written to, relative to this file>
11-
# package: "firebasegen/default"
11+
# package: DefaultConnector
1212
# kotlinSdk:
1313
# outputDir: <Path where you want the generated SDK to be written to, relative to this file>
1414
# package: connectors.default

0 commit comments

Comments
 (0)