Skip to content

react-query-firebase / react-native / FirestoreSettings

Type Alias: FirestoreSettings

ts
type FirestoreSettings = object;

Defined in: react-native/context/FirebaseContextProvider.tsx:18

See

https://firebase.google.com/docs/reference/js/firestore_.firestoresettings

Properties

cacheSizeBytes?

ts
optional cacheSizeBytes: number;

Defined in: react-native/context/FirebaseContextProvider.tsx:19


experimentalAutoDetectLongPolling?

ts
optional experimentalAutoDetectLongPolling: boolean;

Defined in: react-native/context/FirebaseContextProvider.tsx:20


experimentalForceLongPolling?

ts
optional experimentalForceLongPolling: boolean;

Defined in: react-native/context/FirebaseContextProvider.tsx:21


experimentalLongPollingOptions?

ts
optional experimentalLongPollingOptions: object;

Defined in: react-native/context/FirebaseContextProvider.tsx:22

timeoutSeconds

ts
timeoutSeconds: number;

host?

ts
optional host: string;

Defined in: react-native/context/FirebaseContextProvider.tsx:25


ignoreUndefinedProperties?

ts
optional ignoreUndefinedProperties: boolean;

Defined in: react-native/context/FirebaseContextProvider.tsx:26


localCache?

ts
optional localCache: object;

Defined in: react-native/context/FirebaseContextProvider.tsx:27

kind

ts
kind: "memory" | "persistent";

ssl?

ts
optional ssl: boolean;

Defined in: react-native/context/FirebaseContextProvider.tsx:30

Released under the MIT License.