diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE index 60f3c67b59d5e4a75e7947c0a6aa23b307e3783f..a53df581a7c8a4fc522faf14d2a2df47b79fd51c 100644 --- a/ISSUE_TEMPLATE +++ b/ISSUE_TEMPLATE @@ -1,3 +1,7 @@ +there is a known issue with Firebase SDK with iOS 11 +https://github.com/firebase/quickstart-ios/issues/327#issuecomment-331782299 +fix is `pod 'FirebaseInstanceID', "2.0.0"` + Before openning an issue 1. Reproduce it with the example project in this repo. 2. If you can't receive iOS notification, make sure you can receive notification using quickstart-ios project provided by Firebase team