Mobile app developed in Flutter for iOS and Android to search and save books via GoogleBooksAPI.
The app provide a sign-in process powered by Firebase with email-password or via Google platform.
After login you can search for books and save it in your favourits section.
The app work with Firebase Firestore and Firebase Cloud Function to implement a feature after a success registration.
On a specific event triggers, the nodeJS server send a Welcome email to the new User created on Firestore.
Clone the repository and open the project on terminal, then type:
flutter pub get
flutter run
The project works well with iOS, Android and Web, but it is not optimize for the last.
It present some graphic issue due to image CORS and HTML render.
If you want to improve the project you are free to fork or make a PL.