GithubHelp home page GithubHelp logo

swolebros-app's Introduction

swole_app

A flutter app

Installation

1: Install the required command line tools

Install the Firebase CLI. Log into Firebase using your Google account by running the following command:

firebase login

Install the FlutterFire CLI by running the following command from any directory:

dart pub global activate flutterfire_cli

2: Configure your apps to use Firebase

Use the FlutterFire CLI to configure your Flutter apps to connect to Firebase. From your Flutter project directory, run the following command to start the app configuration workflow:

flutterfire configure

3: Setup firebase

Run firestore init if .firebaserc does not exist/is linked to a firebase project

firebase init

Enable the following features

  • Firestore
  • Functions
  • Storage
  • Emulators

Enable the following emulators

  • Authentication Emulator
  • Functions Emulator
  • Firestore Emulator
  • Storage Emulator

4: Install packages

Install packages for flutter

flutter pub get

Install IOS deps

cd ios && pod install

Install firebase functions packages

cd functions && npm install

Development

1: With firebase emulator

Make sure you've built the firebase functions at least once

In /functions

npm run build

Start emulator services

firebase emulators:start

2: Run app

flutter run -d <deviceId> --flavor <prod/staging/dev> -t <entryFile>

Or use the launch configuration in VSCode

Build & distribute

TODO

swolebros-app's People

Contributors

faroutchris avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.