Closed FelipeCabeza16 closed 2 years ago
AndroidManifest.xml
`
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- Accepts URIs that begin with "example://gizmos” -->
<!-- Registered Callback URLs in TwitterApp -->
<data android:scheme="https"
android:host="miapp-firebaseapp.com" /> <!-- host is option -->
</intent-filter>`
Sorry. This plugin cannot use the Firebase default callback URL. Please use Custom URL Scheme.
When you try to OAuth with de Firebase callback URL.
https://miapp-firebaseapp.com/__/auth/handler
Get that error on the browser when callbacks the twitter API