Skip to content

Commit 87b17fc

Browse files
authored
Update isOnline from bool to String
1 parent d7b2d12 commit 87b17fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/google_sign_in.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class GoogleSignin {
5454
'profilePic': _auth.currentUser!.photoURL,
5555
'uid': _auth.currentUser!.uid,
5656
'mtoken': await getToken(),
57-
'isOnline': true,
57+
'isOnline': 'true',
5858
},
5959
SetOptions(merge: true),
6060
);

0 commit comments

Comments
 (0)