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 4c39f1a commit cd3e634Copy full SHA for cd3e634
Auth/FirebaseAuthUI/FUIAuth.m
@@ -22,7 +22,6 @@
22
#import <FirebaseCore/FIROptions.h>
23
#import <FirebaseAuth/FIRAuth.h>
24
#import <FirebaseAuth/FirebaseAuth.h>
25
-#import <GoogleUtilities/GULUserDefaults.h>
26
#import "FUIAuthBaseViewController_Internal.h"
27
#import "FUIAuthErrors.h"
28
#import "FUIAuthErrorUtils.h"
samples/objc/Podfile
@@ -5,6 +5,4 @@ target 'FirebaseUI-demo-objc' do
5
6
pod 'FirebaseUI', :path => '../../'
7
pod 'Firebase/DynamicLinks'
8
-
9
- pod 'GoogleUtilities/UserDefaults'
10
end
0 commit comments