We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599a7ad commit a267127Copy full SHA for a267127
FirebaseTwitterAuthUI/FIRTwitterAuthUI.m
@@ -20,7 +20,7 @@
20
#import "FIRTwitterAuthUI.h"
21
22
/** @var kBundleFileName
23
- @brief The name of the bundle containing Facebook auth provider assets/resources.
+ @brief The name of the bundle containing Twitter auth provider assets/resources.
24
*/
25
static NSString *const kBundleFileName = @"FirebaseTwitterAuthUIBundle.bundle";
26
@@ -29,7 +29,7 @@
29
30
static NSString *const kTableName = @"FirebaseTwitterAuthUI";
31
32
-/** @var kSignInWithFacebook
+/** @var kSignInWithTwitter
33
@brief The string key for localized button text.
34
35
static NSString *const kSignInWithTwitter = @"SignInWithTwitter";
0 commit comments