Skip to content

Commit ba9310e

Browse files
authored
Fix Auth Swift sample imports to be more precise and flexible for other build environments. (#95)
1 parent 1d61e32 commit ba9310e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AuthSamples/SwiftSample/AppDelegate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import UIKit
1818

19-
import FirebaseDev // FirebaseCore
20-
import GoogleSignIn // GoogleSignIn
19+
import FirebaseDev.FirebaseCore
20+
import GoogleSignIn
2121

2222
@UIApplicationMain
2323
class AppDelegate: UIResponder, UIApplicationDelegate {

AuthSamples/SwiftSample/ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import UIKit
1818

19-
import FirebaseDev // FirebaseAuth
20-
import GoogleSignIn // GoogleSignIn
19+
import FirebaseDev.FirebaseAuth
20+
import GoogleSignIn
2121

2222
final class ViewController: UIViewController, UITextFieldDelegate {
2323
/// The profile image for the currently signed-in user.

0 commit comments

Comments
 (0)