0

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)

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Hi, Thank you .. can you please provide some example
What kind of example are you looking for? You can just use firebase as recommended and demonstrated in their tutorials. firebase.google.com/docs/web/setup

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.