This is the type of video Retool should have in its University. Retool desperately needs more video tutorials.
@LearnRetool-qn9dy3 ай бұрын
@BrianGarside, appreciate the feedback! We shall see the University content soon (hopefully!)
@ricardo.shinoda6 ай бұрын
Excellent video, you've got a new subscriber to your channel!
@LearnRetool-qn9dy6 ай бұрын
Thank you Ricardo!
@felipegallardo1551Ай бұрын
can you use a json and a real time database in firebase? I'm super lost with that.
@sathyagarinagireddy69145 ай бұрын
Excellent video
@azmirafridikhan28814 ай бұрын
Hey, can you please make a tutorial where the data will be set in a variable. When the user click the submit button it will be store in the db. Example could be my product is diamond. I want to set variant for my product and I can set multiple variant. When I click on the save button my variant will be inserted with a productID and VariantvalueID at a time.
@azmirafridikhan28814 ай бұрын
Besides use query parameter where user will be able to see the ProductID=1 in the url when they will redirect to the Product Details page.
@LearnRetool-qn9dy4 ай бұрын
Hey there! I'd be happy to. However I'd appreciate more context. It seems to me you're talking about a form component, right? Would the flow look like this? 1- User picks a product from a select component 2- Then a following select component is filtered accordingly with variants that relate to the item selected in the first component 3- Upon selection of these and other fields, user submits the form and the ids of all of these products and variants are inserted into a database. Is this what you're looking for?
@azmirafridikhan28814 ай бұрын
@@LearnRetool-qn9dy Hey there, 1- From the product table when a user click a row they will redirect to the form page where the product details will be showed. 2- User will be able to see prdouctID (Primary key) in the url. 3- User can choose multiple attributes which will be appear in the form but in the local storage when the user click on the save button then it will be save in the DB.