can we use more than one firebase.database.ref(path) in one react native application that uses redux ? thanks
elementsRef_1 = firebaseApp.database().ref(path_1)
elementsRef_2= firebaseApp.database().ref(path_2)
Yes. Firebase is built for you to use a lot of refs and listen and write to a lot of different nodes in your db.