This template works like a template app that you can add stuff to and it still works. It's connected to a Node TypeScript server that holds the user database and anything related to the business model.
- Firebase Auth
- Node
- TypeScript
- PostgreSQL
- Clone the repo, and get the packages.
- Create your own project on the Firebase Console or select an existing one.
- Create the
firebase_options.dartfile: To generate this file you should follow this youtube tutorial or check this documentation. - Add the sha1 and sha256 fingerprints in your Firebase console in general settings.

To generate the fingerprints run this command in your terminal.
keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android
keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore