I have a quite ambitious project for someone who has never used this application, this is the only thing I have in HTML code that intercommunicates with the other codes that are saved in app inventor, they are interfaces for logging in, registering, product listing, and cart to purchase, this application needs to be connected to firebase to be able to have a database I need to somehow extract the data from those HTML codes so that it can communicate with firebase and also save the code variables so that it can be displayed at the end of the cart in HTML with the app inventor variables and can be saved in the database
Need Help Separating Web String Data for Firebase Storage in App Inventor
Here is how I have the blocks organized, I need to know how I can separate the data obtained from the web string in order to store them in a Firebase database. I am using an extension of the WebViewerExta so i can use local storage, and here is an example of how the stored data is displayed and the code im using