Firebase, Twitter sign in Flutter | Twitter Sign in Flutter

Опубликовано: 16 Октябрь 2024
на канале: aseem wangoo
667
2

This video shows the use of Firebase for twitter sign in Flutter.

Firebase, Twitter sign in Flutter | Twitter Sign in Flutter *
Import the following packages, flutter_twitter_login, and firebase_auth…
On click of the Sign in with Twitter, everything retrieved from Firebase is displayed onto the next screen (Detailed Screen.dart), along with my profile picture. 😛
The important thing to note: You need to have the Twitter app installed in your device

You also need to mention the keys (consumer key and consumer secret) in the TwitterLogin instance as :
TwitterLogin twitterInstance = new TwitterLogin(
consumerKey: “Your twitter consumer key”, consumerSecret: “Your twitter consumer secret”
);

Website: http://flatteredwithflutter.com/fireb...

Medium blog:   / firebase-twitter-sign-in-and-flutter  

For complete source code, visit
https://github.com/AseemWangoo/flutte...

In case, this helped, pass me a coffee!! 😊😊
https://www.buymeacoffee.com/aseemwangoo

#TwitterSignIn #FlatteredWithFlutter #Flutter