How to Properly Send Push Notifications for Two Different Expo Apps?

Please provide the following:

  1. SDK Version: 36.0.0
  2. Platforms(Android/iOS/web/all): Android

I am working on two different Expo apps.

For the purpose of sending push notifications, I created another project on Firebase. I got server key and uploaded it. And suddenly, everything got messed up.

When I do expo push:android:show for each app, both of my apps show the same server key. I browsed Expo Documentation but I could not find a way to add an extra server key. It seems like I can only register one firebase server key for my Expo account.

After I tried to add another server key, neither of my apps receive push notifications. It just totally stopped. How can I fix this situation?

I just received 30-ish push notifications at once. I guess it was Firebase’s issues.

So, how do I manage two different server keys with Expo?

I just put my second app into the initial project.
So the two apps share the same server key.
I hope it helps others in the future.

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