Firebase – _TypeError (type 'String' is not a subtype of type 'int' of 'index') on profile.dart
am tying to calling user to appear in profile page the app block when i fixed it i faced other problem which is this one if there any solution can help me import 'package:flutter/foundation.dart'; class UserModel { String? uid; String?…