Closed
Description
Description
We need to make two Collections
- Books
- Book ISBN Number (unique identification),
- Book Name,
- Book Author,
- Book Genre,
- Book Owner (Will contain uid of user who is inputting the book),
- Book Description
- Book Photo
Apart from ISBN and Book Owner all fields can be null
- User
- User name,
- Location (lat,long),
- User photo,
- User bio,
- User Genre Preference (top 3 preference)
If there are other things then add in case of user
Screenshots
None
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Database files: lib/services/database_service.dart
- User and Book Providers: lib/providers
Additional data
We can have a discussion on Code Refactoring if required.