Settings class abstract

Specifies custom configurations for your Cloud Firestore instance. You must set these before invoking any other methods.

See: firebase.google.com/docs/reference/js/firebase.firestore.Settings.

Annotations
  • @anonymous
  • @JS.new()

Constructors

Settings({int cacheSizeBytes, String host, bool ignoreUndefinedProperties, bool merge, bool ssl})
factory

Properties

cacheSizeBytes ← int
no getter
hashCode → int
The hash code for this object.
no setterinherited
host ← String
no getter
ignoreUndefinedProperties ← bool
no getter
merge ← bool
no getter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
ssl ← bool
no getter

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