Documentation ¶
Overview ¶
Package firestore uses firestore as a backend
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // ProjectID is the id of the firebase project ProjectID string `yaml:"projectId"` // ChatsCollection is the name of the collections where // chats are stored ChatsCollection string `yaml:"chatsCollection"` // UseCache tells whether to cache chats locally UseCache bool `yaml:"useCache"` }
Options contains options for firestore
Click to show internal directories.
Click to hide internal directories.