We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac17ee9 commit bd15e17Copy full SHA for bd15e17
tests/local-tests/database/index.js
@@ -13,9 +13,10 @@ import {
13
connectDatabaseEmulator,
14
} from '@react-native-firebase/database';
15
16
-connectDatabaseEmulator(getDatabase(), '127.0.0.1', 9000);
17
-
18
export function DatabaseOnChildMovedTest() {
+ // Defer connecting to the emulator until we display
+ connectDatabaseEmulator(getDatabase(), '127.0.0.1', 9000);
19
+
20
return (
21
<View>
22
<Text>text text text</Text>
0 commit comments