settings method
Specifies custom settings
to be used to configure the Firestore
instance. Must be set before invoking any other methods.
The settings
parameter is the settings for your Cloud Firestore instance.
Value must not be null.
Implementation
void settings(firestore_interop.Settings settings) =>
jsObject.settings(settings);