Skip to content

Fictional Banking App project w/ UI+Firebase Backend, trying to copy the features of apps like Monzo.

Notifications You must be signed in to change notification settings

Tameflame/bankingapppractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banking_app

Developing a fictional banking app.

Trying to implement a nice Monzo-like UI, with Google Firebase backend.

The app so far (Feb 2020)

Features:

  • Authentication Flow
    • Fully implemented username+password using firebaseAuth
    • Need to add: Apple Sign in Google Sign in
  • See transactions
    • Got it linked to a firebase database (cloud firestore) with streamed real time updates
  • Graph of account value
    • shows mock data, need to implement fetching account values from cloud
  • Instant updates to transactions
    • Mostly implemented
    • Need to standardise information.
    • Need to make sure data transfer is encrypted
  • Push notifications
    • Not yet implemented

About

Fictional Banking App project w/ UI+Firebase Backend, trying to copy the features of apps like Monzo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages