with this api I retrieve connection identifiers in web preview mode it works in live test it does not work in the application but in a simplified screen yes
and it worked before I feel like I’m wasting time for nothing…
in this first screen there is only the display of label and textboxes and using this web api call
I believe he is using his own Google Apps Script and the issue could also be from that side not only from the app side.
Such issues are very difficult to resolve.
One thing I noticed in the code that the status is compared by 200 as a number but most API will return it as text. However, due to the fact that this API URL is self developed (I assumed) it will be difficult to say what it should be.
it’s good to have support
if i can allow myself in summary this web api call works under ios (live test), web preview on android (live test) in a reduction of my application but not in my application
this script you are concerned about will just fetch data from a spreadsheet and i use it in another application
I must have done something that blocks the web api
but there is a big downside is that it only works on IOs if the firebase rules are on true but that’s the subject of another post
if i can allow myself in summary this web api call works under ios (live test), web preview on android (live test) in a reduction of my application but not in my application
this script you are concerned about will just fetch data from a spreadsheet and i use it in another application
I must have done something that blocks the web api
but there is a big downside is that it only works on IOs if the firebase rules are on true but that’s the subject of another post
can you please provide a minimal example that shows this discrepancy?Blockquote
i have already done it on my side a single screen and the call of the script the result stored in a label it works on android and on IOS and in preview mode
no to call this script I don’t need to be logged
Using the web preview? Or it doesn’t work when you use the companion app? Again, can you please provide a minimal example that shows this discrepancy? If I can reproduce the issue on my end I can file a useful bug report if there’s a bug to report!
but I must admit that the recurring problem is related to firebase rules I thought it was enough to authenticate but that’s not the case when I think it works with android it’s because I use my account as muneer would say and when does it actually work with android, it doesn’t work with ios with the same rules enough to be discouraged
You don’t need the extra get object properties of block at the top of the loop. And since you’re getting list items and storing them in j, you can just use j… you don’t need to get the properties of “employees” over and over again. That’s already included in j.