FirebaseChatCoreConfig class

Class that represents the chat config. Can be used for setting custom names for rooms and users collections. Call FirebaseChatCore.instance.setConfig before doing anything else with FirebaseChatCore.instance if you want to change the default collection names. When using custom names don't forget to update your security rules and indexes.

Annotations

Constructors

FirebaseChatCoreConfig(String? firebaseAppName, String roomsCollectionName, String usersCollectionName)
const

Properties

firebaseAppName String?
Property to set custom firebase app name.
final
hashCode int
The hash code for this object.
no setterinherited
roomsCollectionName String
Property to set rooms collection name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usersCollectionName String
Property to set users collection name.
final

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