Maliffic / firebase_ui

MIT License
45 stars 48 forks source link

Andrid: error while an app starts #29

Open tarasryb opened 4 years ago

tarasryb commented 4 years ago

While my application is starting I got an error: _"Error connecting to the service protocol: failed to connect to http://127.0.0.1:59497/frvY4Ok_d5Y=/"_ Application disappears from phone screen, but Android Studio thinks the app still run.

zanesc commented 4 years ago

I am having this same issue. Have you resolved this @tarasryb?

zanesc commented 4 years ago

I was able to solve it by adding the following to the Application tag of the AndroidManifest.xml:

<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>

And the following to res/values/string.xml:

`<?xml version="1.0" encoding="utf-8"?>

{insert_facebook_app_id_here} fb{insert_facebook_app_id_here} `
normidar commented 4 years ago

is this package Abandoned?