If this has been asked previously, I apologize; I attempted to locate a similar topic before posting.
I have built a simple sign-in process using Firebase, which works fine. I have also integrated Airtable, which also works fine (sending the request to pull data from the sheet isn’t an issue). Where I am running into issues is sending the request for data from the Airtable on, let’s say, page 1 and said data showing up on page 2.
To paint a picture, I have a landing screen that requires a user to input his/her email and password to continue forward. When a user inputs the email address, not only will the app contact Firebase to login the user, but it also reaches out to Airtable for information held under that user’s email address.
When a user clicks the “submit” button, it logs the user in and redirects to the “home page”. Within the home page is a section called “User Profile”. I want to be able to click on user profile and it display the data that was called from Airtable when the user submitted his/her login information on page 1 (landing screen).
Is it possible to do this? So far, I haven’t been able to make any sense of the available blocks to be able to pull a data request from one page and display on another.
Any help would be great.