Reputation: 49
hey hope you al doing good ...
I'm currently facing this problem in my internship . also I am new beginner at Flutter.
i build a crud application with opt verification with fireStore Database like you seeing in the picture i was having 2 field for the Event entitles(name,date) now i need to add a picture field in itt like Event (name,date,picture) like we do in sql .
the problem is how can i connect the fire store database withe fire cloud can someone help a brother out with a beginner tutor thanks so much .
Upvotes: 1
Views: 88
Reputation: 657
You can use firebase storage to store files (documentation here). Then its better to keep URL of these files in your fireStore database. this package might help.
Upvotes: 1