I recently released an Android App on the playstore this app is currently linked with both Google's Admob
and Google's firebase for analytics
, after a while I started working on an update that includes FIREBASE NOTIFICATIONS
when I tried to connect firebase to the project I got this error:
Firebase No clients were able to be added to your Firebase project for the following reasons:
An app with this package name and SHA1 is already connected to a Google project. If you have used a Google API previously, please select that project in the Connect to an existing project list.
Client Package Name: xxxxxxxxxxxxxxxxxxxxxxxxx
Client SHA1: [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
How to fix this without loosing my previous analytics stats ?