google web
This commit is contained in:
@@ -14,7 +14,9 @@ class AuthenticationRepository extends GetxController {
|
||||
final _auth = FirebaseAuth.instance;
|
||||
late final Rx<User?> firebaseUser;
|
||||
final firebase = FirebaseFirestore.instance;
|
||||
final GoogleSignIn googleSignIn = GoogleSignIn();
|
||||
final GoogleSignIn googleSignIn = GoogleSignIn(
|
||||
clientId:
|
||||
'245204384533-glsp6hf14uqvtn52jrn1f9ds3k3too8v.apps.googleusercontent.com');
|
||||
// final _userRef = firebase
|
||||
var verificationId = ''.obs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user