We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the next major version we should attempt to add Twitter authentication alongside Google and Facebook.
This was done in Android on a feature branch in this PR: firebase/FirebaseUI-Android#268
The text was updated successfully, but these errors were encountered:
Good news. In twitter implementation, there are two options to use Twitter API keys. (reference: https://docs.fabric.io/apple/twitter/advanced-setup.html#url-scheme)
I think that the former looks more simple. The latter needs the code below (The former don't need this code):
Twitter.sharedInstance().startWithConsumerKey("your_key", consumerSecret: "your_secret")
Sorry, something went wrong.
Added integration with Twitter provider (v0.5.6). You need to start Fabric and provide twitter key/secret in info.plist
yramanchuk
No branches or pull requests
For the next major version we should attempt to add Twitter authentication alongside Google and Facebook.
This was done in Android on a feature branch in this PR:
firebase/FirebaseUI-Android#268
The text was updated successfully, but these errors were encountered: