Skip to content

penguin-digital/flutter_template_app

Repository files navigation

FLUTTER APP TEMPLATE

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.

List of techs used:

  • Firebase Auth

Server

  • Node
  • TypeScript
  • PostgreSQL

How to make it run

Setup Firebase

  1. Clone the repo, and get the packages.
  2. Create your own project on the Firebase Console or select an existing one.
  3. Create the firebase_options.dart file: To generate this file you should follow this youtube tutorial or check this documentation.
  4. Add the sha1 and sha256 fingerprints in your Firebase console in general settings. image

To generate the fingerprints run this command in your terminal.

Linux/macOS:

keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android

Windows:

keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore

By following these steps, you should have Firebase set up in your Flutter project and be ready to utilize its services in your mobile application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •