I\'m setting up a realtime database through Firebase and am confused where to put the following line of code:
self.ref = [[FIRDatabase database] reference];
To address this, I added the following line under (at)interface in my App Delegate:
@property FIRDatabaseReference *ref;
Then I could add the following under didFinishLaunchingWithOptions: