forked from superzzp/Visual-Eyes-BizHacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the code, create new Services group for Firebase Storage
- Loading branch information
Showing
10 changed files
with
316 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+4.22 KB
(110%)
VisualEyes.xcworkspace/xcuserdata/alexzhang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// | ||
// LoginViewController.swift | ||
// VisualEyes | ||
// | ||
// Created by Alex Zhang on 2019-02-07. | ||
// Copyright © 2019 Alex Zhang. All rights reserved. | ||
// | ||
|
||
//preemptively solved namespace conflict between Makestagram.User and FirebaseAuth.User by using type alias FIRUser | ||
|
||
import Foundation | ||
import UIKit | ||
import FirebaseAuth | ||
import FirebaseUI | ||
import FirebaseDatabase | ||
|
||
typealias FIRUser = FirebaseAuth.User | ||
|
||
class LoginViewController: UIViewController,FUIAuthDelegate{ | ||
|
||
|
||
} |
Oops, something went wrong.