There is no FCM API key configured for this project

Please provide the following:

  1. SDK Version: 46
  2. Platform: Android

I’m trying to setup push notifications for Android in my managed React Native Expo project. I have carefully followed the official guidelines Push Notifications Overview and Using FCM for Push Notifications.

I have created a new firebase project for my Android application. Then in the Cloud Messaging tab of the firebase project, I copied the Server Key (FCM API Key). I also downloaded the generated google-services.json into my Expo project.

Then I started a new EAS build. But when I run, from terminal, expo push:android:show, I’m getting the title error:

There is no FCM API key configured for this project

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