I\'m building my first iOS application, and I am using Firebase to handle authentication, database, etc. I added a sign up screen and used the following code to create a new
For Swift 4,
if FirebaseApp.app() == nil { /// code snippet }