hello everyone!
i make a project for IOS with api call to login on firebase, but when i install the ipa on iphone i see the error
runtime error and said "RuntimeError. Irritants: (Cannot find the component: Web1 Problem with application)"
To test for a token in TinyDB in Screen1.Initialize, the if/then test would be:
init local storedToken as TinyDB1.GetValue("Token", "not found")
if AND((storedToken not equal "not found"), (storedToken not equal "")) then
open Screen3
The idea is to test against blank or "not found" retrieved tokens, and regard either as not having a token.
Your existing code wrongly assumes a true/false value in that TinyDB value.