Actually, it looks like the translation is good. I am surprised . Maybe you want to include the google translate component in your website
I tried this service on my website, but in the mobile viewing mode the translator panel covers the site navigation panel. I’ll think about how to fix this.
On the other hand, the user can install a translator plugin in his browser and use it.
Hello I have almost the same problem but my situation is a bit more complicated …
my app interfaces with firebase which is composed as follows:
il file json che produce è questo:
{“articoli”:
{
“art1” : {
“contenuto” : “contenuto articolo”,
“css” : " css",
“data” : “04/01/18”,
“titolo” : “titolo articolo”
},
“art2” : {
“contenuto” : “contenuto articolo”,
“css” : “”,
“data” : “08/01/18”,
“titolo” : “titolo articolo”
},
“art3” : {
“contenuto” : “contenuto articolo”,
“css” : “”,
“data” : “12/01/18”,
“titolo” : “titolo articolo”
},
“art4” : {
“contenuto” : “contenuto articolo”,
“css” : “”,
“data” : “20/01/18”,
“titolo” : “titolo articolo”
}
}
}
My need would be to put art1, art2 etc in a list viewer and when you click on it you have to open the whole article with the title etc.
I tried to use the same solution but it does not go …
Help me please…
Your example on the screen scrJSON button Complex.
https://x.thunkable.com/projects/5be813b36245ad2916513266/Stack_Navigator1/designer
Thank you very much … I will never stop thanking you
Hey actech thanks for your help to all of us.
I think this example could help me too
(I have a firebase main tag: Clients, that gets updated as people use the app, and I’d like to update a list of the clients in real time as they add themselves to the list)
but I can’t open this link you sent, can you help me?
Hey
This project is now available by reference.
https://x.thunkable.com/projects/5cd84f23e3097f3353fdad45/project/properties/designer/
It has screens with examples of FireBase, JSON, etc.
THanks again,
I’m studying it/copying,
I’ve come to the point of _tmpList and _tmpObject variables, which are not app, nor stored nor cloud variables; what are those?
Nice, the ‘articoles’ example worked, but i get the tag I want and another value, always the same:
List:
1 - Name 1 (ok)
2 - Mocked (word in the content)
3 - Name 2 (ok)
4 - Mocked (same)
5 - Name 3 (ok)
6 - Mocked (and so on)
I’ll check the Json to understand if it can be solved, it’s not so easy to study ^^
-
I use blocks of variables that are created from a function block when you add a parameter to it.
-
Your picture shows a structure called a collection of objects. It is much more difficult to work with such a structure than with a list of objects. My example scrFireBase shows the difference.
Yes, to work with Firebase you need to know JSON well. There is nothing complicated, because JSON resembles a file structure - folders and files.
Thanks,
can I ask you why do you use the function variables blocks?
I also tried your array example but didn’t work, maybe I made something wrong? Should it work with my firebase structure? EDIT, THIS IS MY FIX:
Since we are talking, I am implementing an SMS OTP authentications through a third party service, can i create firebase security rules without the email sign in but only SMS OTP?
I’ll try to have a look at your site in the meanwhile, thanks again, you are very useful!
I use function variable blocks to reduce the number of global variables that are visible on all screens and pollute the global namespace.
Let’s take it in order. Does my example work for you or not? If it does not work, then please write me and tell me what is not working. Then I can fix it.