You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_user.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ abstract class UserPlatform extends PlatformInterface {
89
89
90
90
/// Returns a JWT refresh token for the user.
91
91
///
92
-
/// This property maybe `null` or empty if the underlying platform does not
93
-
/// support providing refresh tokens.
92
+
/// This property will be an empty string for native platforms (android, iOS & macOS) as they do not
0 commit comments