A productivity app, with many tools contained in a single package.
Acta uses Firebase for authentication with google auth, then it uses the secure token that is given by firebase in order to make requests to an express server which stores data in a mongodb database.
The app uses two StreamProvider, one for handling the firebase user, and one that represents the data for the user that is stored in the mongodb database.