fire_auth_quick 2.0.1
fire_auth_quick: ^2.0.1 copied to clipboard
A Flutter plugin for social login and account linking with Google, Facebook, and Apple.
2.0.1 #
- Add Function
setScopes(List<String> scopes)
2.0.0 #
- Update dependencies
Remove Facebook login
1.0.0 #
- Update dependencies
firebase_auth: ^5.5.3, flutter_facebook_auth: ^7.1.2
0.0.10 #
- Update dependencies
firebase_auth: ^5.5.2
0.0.9 #
- Update dependencies
0.0.8 #
- Fix
await FireAuthQuick.delete();
duplicate
0.0.7 #
- Fix
await FireAuthQuick.delete();
0.0.6 #
- Update: Export the methods and the original properties.
0.0.5 #
- Update dependencies:
firebase_auth: ^5.4.2
0.0.4 #
- Add
unlink(String providerId);
0.0.3 #
- Fix some bugs.
0.0.2 #
- Usage example.
0.0.1 #
- Describe initial release.