Ghani

Results 3 issues of Ghani

in iOS, when you change the facebook app id in the `info.plist` file, it throws error when doing `FacebookLogin().login([])` it throws ``` Error Domain=com.facebook.sdk.login Code=304 ``` version `flutter_facebook_login: ^3.0.0`

add hooks for `sls info` command run plugin on `serverless info` command

I see the implementation for [param mapping](https://github.com/react-native-push-notification/ios/blob/master/ios/RCTConvert+Notification.m) for the iOS notification `interruptionLevel` ``` @implementation RCTConvert (UNNotificationInterruptionLevel) RCT_ENUM_CONVERTER(UNNotificationInterruptionLevel, (@{ @"passive": @(UNNotificationInterruptionLevelPassive), @"active": @(UNNotificationInterruptionLevelActive), @"timeSensitive": @(UNNotificationInterruptionLevelTimeSensitive), @"critical": @(UNNotificationInterruptionLevelCritical) }), 0, integerValue) @end...