Commit f24a204
docs(database, offline): setPersistence* methods are sync not async (#5887)
* Promise -> Sync: setPersistence*
#5886
`setPeristenceEnabled` and `setPersistenceCacheSizeBytes` are sync calls, which do not return a promise.
Currently the examples expect a promise. This fixes them to expect a sync call.
* fix(database, types): setPersistence* and setLogging are sync
Co-authored-by: Mike Hardy <[email protected]>1 parent 0025d8c commit f24a204
File tree
2 files changed
+5
-7
lines changed- docs/database
- packages/database/lib
2 files changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
96 | | - | |
| 94 | + | |
97 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1217 | 1217 | | |
1218 | 1218 | | |
1219 | 1219 | | |
1220 | | - | |
| 1220 | + | |
1221 | 1221 | | |
1222 | 1222 | | |
1223 | 1223 | | |
| |||
1237 | 1237 | | |
1238 | 1238 | | |
1239 | 1239 | | |
1240 | | - | |
| 1240 | + | |
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
| |||
1262 | 1262 | | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | | - | |
| 1265 | + | |
1266 | 1266 | | |
1267 | 1267 | | |
1268 | 1268 | | |
| |||
0 commit comments