Get cloud Firestore data into a User Model class to use these data into the app in Flutter

前端 未结 0 1942
遇见更好的自我
遇见更好的自我 2020-12-18 18:45

I have built all my frontend APP with flutter and the user information came from a model class I have created.

class Client {
  final int id;
  final String f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题