firebase_sign_in 0.0.1
firebase_sign_in: ^0.0.1 copied to clipboard
firebase google sign-in all methods in Flutter package project.
#Firebase_sign_in
Soacial singin package lets you all necessary methods to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
firebase_sign_in: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:google_apple_sign_in/firebase_sign_in.dart';
|