cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

UserCollection class not found #56

Closed VenceslauCassinda closed 3 years ago

VenceslauCassinda commented 3 years ago

Peek Problem message from Editor: Undefined name 'UserCollection'. Try correcting the name to one is defined...........

My pubspec.yaml tempsnip

My main.dart where I set the project id tempsnip2

Where I really used Firedart Package and getting the error by calling UserCollection class. Pleass help me. tempsnip3

cachapa commented 3 years ago

UserCollection isn't a part of Firedart, so it seems like it should be part of your project, or maybe some other package.

In any case you might have more success asking on Stackoverflow.