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
after this i get this error code when try to run the app
lib/resources/auth_methods.dart:6:1: Error: 'User' is imported from both 'package:firebase_auth/firebase_auth.dart' and 'package:skype_clone/models/user.dart'.
import 'package:skype_clone/models/user.dart';
The text was updated successfully, but these errors were encountered:
User has become the new name for Firebase User . And in this project we also have user model that we created so it leads to ambiguity . You need to rename the user model that we created to something else like UserData . And in all files where you used Firebaseuser change it to user. Hope it Helps! If you face any issue feel free to ask!
i update the yaml file to the latest firebase plugins
after this i get this error code when try to run the app
The text was updated successfully, but these errors were encountered: