firebase_social_login 0.0.4 copy "firebase_social_login: ^0.0.4" to clipboard
firebase_social_login: ^0.0.4 copied to clipboard

A demonstration of social_login_plugin for seamless social login integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_social_login

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  firebase_social_login: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:firebase_social_login/model/social_login_data_model.dart';
import 'package:firebase_social_login/social_login_plugin.dart';
import 'package:firebase_social_login/social_login_plugin_method_channel.dart';
import 'package:firebase_social_login/social_login_plugin_platform_interface.dart';
0
likes
120
pub points
26%
popularity

Publisher

unverified uploader

A demonstration of social_login_plugin for seamless social login integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

firebase_auth, firebase_core, flutter, flutter_facebook_auth, fluttertoast, google_sign_in, plugin_platform_interface, sign_in_with_apple

More

Packages that depend on firebase_social_login