ISSUE_TEMPLATE 658 Bytes
Newer Older
Libin Lu's avatar
Libin Lu committed
1
there is a known issue with Firebase SDK with iOS 11 (search https://github.com/firebase/quickstart-ios issue number 327)
Libin Lu's avatar
Libin Lu committed
2 3
fix is `pod 'FirebaseInstanceID', "2.0.0"`

Libin Lu's avatar
Libin Lu committed
4 5 6
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
Libin Lu's avatar
Libin Lu committed
7

Libin Lu's avatar
Libin Lu committed
8
When openning an issue, please include following information for better support
Libin Lu's avatar
Libin Lu committed
9

Libin Lu's avatar
Libin Lu committed
10 11 12
1. What version of RN and react-native-fcm are you running?
2. What device are you using? (e.g iOS9 emulator, Android 6 device)?
3. Is your app running in foreground, background or not running?