0maru / twitter_login

MIT License
54 stars 54 forks source link

Unable to process request due to missing initial state. #105

Closed FelipeCabeza16 closed 2 years ago

FelipeCabeza16 commented 2 years ago

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

FelipeCabeza16 commented 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>`
0maru commented 2 years ago

Sorry. This plugin cannot use the Firebase default callback URL. Please use Custom URL Scheme.