HelpFirebase class

To host Flutter app on Firebase,

  1. Initialise firebase project: firebase init hosting
  2. Set public directory (build output): build/web
  3. Single page app for flutter.
  4. Generate hosting files with flutter: flutter build web
  5. Upload hosting files from public directory to firebase: firebase deploy
  6. Open URL in terminal

To use custom domain name,

  1. Go to Firebase console > Hosting to get records
  2. Go to Google domains and add records

Constructors

HelpFirebase.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited