i had implement Firebase with FirebaseAuth/FCM etc and did sent notification successfully through Firebase Console.
However i would need to push the notification from m
FCM Device Token swift3
let fcmDeviceToken = FIRInstanceID.instanceID().token() print("FCM token: \(fcmDeviceToken ?? "")")