Skip to content

Commit 207f13d

Browse files
committed
update facebook brand logo
1 parent 1550af0 commit 207f13d

12 files changed

Lines changed: 20 additions & 17 deletions

File tree

FirebaseSwiftUI/FirebaseAuthSwiftUI/Sources/Strings/Localizable.xcstrings

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@
174174
}
175175
}
176176
}
177-
},
178-
"as:" : {
179-
180177
},
181178
"Authentication Method" : {
182179

@@ -315,6 +312,12 @@
315312
}
316313
}
317314
}
315+
},
316+
"Delete Account" : {
317+
318+
},
319+
"Delete Account?" : {
320+
318321
},
319322
"DeleteAccountBody" : {
320323
"comment" : "Alert message body shown to confirm account deletion action.",
@@ -493,9 +496,6 @@
493496
},
494497
"Enter 6-digit code" : {
495498

496-
},
497-
"Enter Code from App" : {
498-
499499
},
500500
"Enter the 6-digit code from your authenticator app" : {
501501

@@ -1097,6 +1097,9 @@
10971097
}
10981098
}
10991099
}
1100+
},
1101+
"This action cannot be undone. All your data will be permanently deleted. You may need to reauthenticate to complete this action." : {
1102+
11001103
},
11011104
"TroubleGettingEmailMessage" : {
11021105
"comment" : "Alert message displayed when user having trouble getting email.",

FirebaseSwiftUI/FirebaseAuthUIComponents/Sources/Resources/Assets.xcassets/fui-ic-facebook.imageset/Contents.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "fui_ic_facebook_white_22dp 2.png",
4+
"filename" : "fui_ic_facebook_icon.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "fui_ic_facebook_white_22dp 1.png",
9+
"filename" : "fui_ic_facebook_icon_x2.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "fui_ic_facebook_white_22dp.png",
14+
"filename" : "fui_ic_facebook_icon_x3.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}
5.03 KB
Loading
10.7 KB
Loading
16.8 KB
Loading

FirebaseSwiftUI/FirebaseAuthUIComponents/Sources/Theme/ProviderStyle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct ProviderStyle: Sendable {
5454
public static var facebook: ProviderStyle {
5555
ProviderStyle(
5656
icon: Image(.fuiIcFacebook),
57-
backgroundColor: Color(hex: 0x3B5998),
57+
backgroundColor: Color(hex: 0x1877F2),
5858
contentColor: Color(hex: 0xFFFFFF)
5959
)
6060
}

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
CODE_SIGN_STYLE = Automatic;
463463
CURRENT_PROJECT_VERSION = 1;
464464
DEVELOPMENT_ASSET_PATHS = "\"FirebaseSwiftUIExample/Preview Content\"";
465-
DEVELOPMENT_TEAM = YYX2P3XVJ7;
465+
DEVELOPMENT_TEAM = 3G33A99C47;
466466
ENABLE_PREVIEWS = YES;
467467
GENERATE_INFOPLIST_FILE = YES;
468468
INFOPLIST_FILE = FirebaseSwiftUIExample/Info.plist;
@@ -478,7 +478,7 @@
478478
"@executable_path/Frameworks",
479479
);
480480
MARKETING_VERSION = 1.0;
481-
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.firebase.auth.example;
481+
PRODUCT_BUNDLE_IDENTIFIER = aob.flutter.plugins.firebase.auth.example;
482482
PRODUCT_NAME = "$(TARGET_NAME)";
483483
SWIFT_EMIT_LOC_STRINGS = YES;
484484
SWIFT_VERSION = 6.0;
@@ -495,7 +495,7 @@
495495
CODE_SIGN_STYLE = Automatic;
496496
CURRENT_PROJECT_VERSION = 1;
497497
DEVELOPMENT_ASSET_PATHS = "\"FirebaseSwiftUIExample/Preview Content\"";
498-
DEVELOPMENT_TEAM = YYX2P3XVJ7;
498+
DEVELOPMENT_TEAM = 3G33A99C47;
499499
ENABLE_PREVIEWS = YES;
500500
GENERATE_INFOPLIST_FILE = YES;
501501
INFOPLIST_FILE = FirebaseSwiftUIExample/Info.plist;
@@ -511,7 +511,7 @@
511511
"@executable_path/Frameworks",
512512
);
513513
MARKETING_VERSION = 1.0;
514-
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.firebase.auth.example;
514+
PRODUCT_BUNDLE_IDENTIFIER = aob.flutter.plugins.firebase.auth.example;
515515
PRODUCT_NAME = "$(TARGET_NAME)";
516516
SWIFT_EMIT_LOC_STRINGS = YES;
517517
SWIFT_VERSION = 6.0;

0 commit comments

Comments
 (0)