I am using Ionic2 and Xcode to build an app for iOS.
Question
Do I need to install Cocoa Pods?
I would like to keep my app as small and simple as possible, so don't want to install anything unnecessary. However, I am trying to get Firebase Authentication up and running, and the following instructions are using Cocoa Pods.
I have tried to get iOS Firebase Authentication working without Cocoa Pods, but it only partially works, i.e. it logs in and returns a user with a uid and emailAddress, but no displayName and photoUrl.
Google/Firebase Authentication no displayName or photoURL for iOS