In expo project credentials I am trying to create new application identifier, but after filling everything I am getting FCM version v1 not supported. Expo is not explaining v1 is not supported by what. I am not sure if problem is with my service file or react native configuration, or google-services.json. All I get is this. Please anyone had this problem?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
If this message is displayed, it means you are posting wrong key. I have been trying to upload google service key in place of cloud msging key. After adding correct one, it worked.
Check this link for more information