Managing multiple FCM server keys

Hi!

My project has two different builds in the Google Play Store, a staging version and a production version, which each have their own Firebase project.

I have implemented FCM for handling Android push notifications for the staging version with no issue, but could not find any documentation regarding how to handle multiple FCM Server Keys with Expo.

If I run expo push:android:upload --api-key FCM_SERVER_KEY with the Server Key for the production version is it going to overwrite the Server Key I uploaded for the staging version?

Hey @instrukt,

We currently don’t support having multiple FCM keys. If you upload a new one, it will overwrite the one currently stored.

Cheers,

Adam

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