Skip to content

Commit 2d397a3

Browse files
chore: example app override string
1 parent 02d24c7 commit 2d397a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/swiftui/FirebaseSwiftUISample/FirebaseSwiftUISample/Application/ContentView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ struct ContentView: View {
3434
actionCodeSettings.linkDomain = "flutterfire-e2e-tests.firebaseapp.com"
3535
let configuration = AuthConfiguration(
3636
shouldAutoUpgradeAnonymousUsers: true,
37+
customStringsBundle: .main,
3738
tosUrl: URL(string: "https://example.com/tos"),
3839
privacyPolicyUrl: URL(string: "https://example.com/privacy"),
3940
emailLinkSignInActionCodeSettings: actionCodeSettings,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Custom string override example */
2+
"Sign in with Firebase" = "Firebase Sign up";
3+

0 commit comments

Comments
 (0)