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
You can call once in AppDelegate init method to configure.
override init() { // Firebase Init FIRApp.configure() }