[tests] Fix database query test
This commit is contained in:
parent
f2826683f6
commit
61ed7e1e96
@ -26,6 +26,8 @@ instances.web.database().ref('tests/priority').setWithPriority({
|
|||||||
foo: 'bar',
|
foo: 'bar',
|
||||||
}, 666);
|
}, 666);
|
||||||
|
|
||||||
|
instances.web.database().ref('tests/query').set(DatabaseContents.QUERY);
|
||||||
|
|
||||||
|
|
||||||
// instances.native.messaging().subscribeToTopic('fcm_test');
|
// instances.native.messaging().subscribeToTopic('fcm_test');
|
||||||
|
|
||||||
|
@ -23,6 +23,14 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
QUERY: [{
|
||||||
|
search: 'foo',
|
||||||
|
}, {
|
||||||
|
search: 'bar',
|
||||||
|
}, {
|
||||||
|
search: 'blah',
|
||||||
|
}],
|
||||||
|
|
||||||
ISSUES: {
|
ISSUES: {
|
||||||
// https://github.com/invertase/react-native-firebase/issues/100
|
// https://github.com/invertase/react-native-firebase/issues/100
|
||||||
100: {
|
100: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user