mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
@@ -608,7 +608,7 @@ sensitive information). The `settings()` method must be called before any Firest
|
||||
```js
|
||||
import firestore from '@react-native-firebase/firestore';
|
||||
|
||||
function bootstrap() {
|
||||
async function bootstrap() {
|
||||
await firestore().settings({
|
||||
persistence: false, // disable offline persistence
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user