FCM with expokit?

Can I use fcm in detached app?
https://docs.expo.io/versions/v27.0.0/guides/using-fcm

1 Like

Hi @dooboolab! I don’t think anyone else has tried this, but if you set AppConstants.FCM_ENABLED = true, update your google-services.json file, and then add this https://github.com/expo/xdl/blob/2420d4be708a3d75a781e084d594d1eda00c9e90/src/detach/AndroidShellApp.js#L955 config to AndroidManifest.xml it should work. Let me know if you run into issues.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.