Skip to content

asatrash/flutterfire-starterapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starterapp

Fluuter app with basic firebase connectivity. Supports web/android

Getting Started

This project is a starting point for a Flutter/Firebase web/android application.

How to use

  • Clone the repo
  • Change update the packages
  • Create a new Firebase app in Firebase console
  • Register app for web
  • Get the config settings from Firebase console and update the web/index.html
  • (Now it should work in web connected to the new firebase app)
  • Add Android app to the firebase through the console and give it a package name
  • Open build.gradle under android/app and change the defaultConfig -> applicationId to reflect the same package id given in firebase console
  • Run 'flutter clean'
  • Run 'flutter create -org .
  • Download the google-services.jason from Firebase console and put it under android/app folder
  • Check whether the Firebase SDK settings are uptodate
  • Go to android folder in the command prompt and run .\gradlew --refresh-dependencies
  • (Now it should work in Android, connected to the new firebase app)

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published