Skip to content

(UNDER DEVELOPMENT) A recipe book app for Android

License

Notifications You must be signed in to change notification settings

csvidit/Repertoire

Repository files navigation

Repertoire Logo

Repertoire

UNDER DEVELOPMENT

  • A recipe book app for Android, using a local SQLite Database. Google Cloud Spanner database
  • Stores recipe thumbnail images in Firebase Storage Uses Android API 32

Ongoing Developments

  • User authentication via FirebaseAuth (currently planning only Google sign-in). As of now, the app uses a single anonymous user and global read/write for testing purposes.
  • Use a Google Cloud SQL Spanner database rather than a local database, connect it with FirebaseAuth.

External Libraries

  • Firebase
    • Firebase core library
    • Firebase Auth
    • Firebase Storage
    • Firebase Realtime Database
  • FirebaseUI
    • FirebaseUI Storage
    • Glide
  • Google Cloud
    • Google Cloud core library
    • Cloud Spanner database

Future Enhancements