Ionic3 Push notification with firebase

2

Hello, I'm trying to use the ionic push plug in, with firebase but he's asking me to do something. but I can not find and solve it.

import UIKit
import Firebase

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

  var window: UIWindow?

  func application(_ application: UIApplication,
    didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?)
    -> Bool {
    FirebaseApp.configure()
    return true
  }

I have xcode on my mac

    
asked by anonymous 08.06.2018 / 04:45

0 answers