Using Firestore Data in App Navigation

❗️

Deprecated

Firebase is no longer a first-party integration so these docs are only intended for legacy users

You can pass Firestore document data between screens through Navigation actions.

This requires that you have a Button or Touchable component to submit the navigation request.

On the Button/Touchable you want to use to submit the navigation request, go to the "Interactions" tab in the right-hand panel and click the "+" to add an Action. In the drop down, select "Navigate."

624