firestore/firestore_gateway library

Constants

maxStreamReconnectRetries → const int
The number of retries to attempt when a stream throws an error.

Typedefs

RequestAuthenticator = Future<void>? Function(Map<String, String> metadata, String uri)