Facebook provider unconfigured. Make sure to add a `facebook_application_id` string

后端 未结 3 1508
忘了有多久
忘了有多久 2021-01-20 09:43

I\'m using Firebase UI Sign In and trying to implement Facebook sign in into my android app. When launching the firebase ui activity I get:

\"java.lang.Ille

3条回答
  •  佛祖请我去吃肉
    2021-01-20 10:22

    Add Facebook Provider in Manifest as mentioned here.

    Append your app id to the end of the authorities value. For example if your Facebook app id is 1234, the declaration looks like:

    
    

提交回复
热议问题