Firebase not detecting Cordova app

Asked

Viewed 364 times

1

When performing the procedure of adding an application to firebase (google-services.json),

at the end, this comes to me:

We are checking to see if the app has connected to our servers. You may need to uninstall the app and install it again.

MASSSSS... I have the application installed on my mobile (play store by the way), however, nothing to identify it...

What’s going on ?

I added the things you asked for.

<widget id="com.herot.eyes" version="1.0.2" ... >
...
<platform name="android">
    <resource-file src="google-services.json" target="app/google-services.json" />
    <allow-intent href="market:*" />
</platform>    
...

google-services.json ->

"android_client_info": {
  "package_name": "com.herot.eyes"
}

What is happening ??

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.