Sketchware Generate Firebase Dynamic Link (Long Url To Short) | sketchware blocks explained
So Today I am going to discuss how to make long url to short link with firebase dynamic link Table of Contents View So first I'll design a ui for this app here is a example of app ui. I used a edittext to get long link a button to generate link. A textview to get generated link. ui example Library Add firebase project in your sketchware and turn on appcompact library. Add Firebase Example Oncreate Leave oncreate section empty Components section Add a request network component as shown in picture. On Button Click Add a string I used url_to_shorten as string name Add an another string named json In the value of json put this a join and another join block inside this block. Code for first part { "longDynamicLink": "https://sketchprojects.page.link/?link= Change with you dynamic link After that add you string variable (whose value is long url) Code for second part ", "su