flutter_slack_oauth_firebase 0.0.4
flutter_slack_oauth_firebase: ^0.0.4 copied to clipboard
Extension on the flutter_slack_oauth library that handles login via Firebase Auth and FireStore.
0.0.2 10 April 2018 #
- Updated
flutter_slack_oauthdependency to support Flutter Beta 2 (and Dart 2).
0.0.1 30 March 2018 #
- Initial release
- The resulting access token is stored in Firebase Firestore in the
slackAccessTokencollection. - User info returned from the Slack login is stored in Firebase Firestore in the
userscollection. - Both collections contain documents with the Slack UID as the document name.
0.0.3 18 May 2018 #
- Clear the cache and cookies on webview access.