Hi,
What's the easiest way to detect errors, in particular location and Firebase reads?
What I understand is that if the app is blocked by permissions from getting a location then the permission request will be presented by FF. This process can“t be modified within the design.
What happens if the person is indoors and the location is null? Do I get back 0 / 0 for lat / long and just verify the values are in an acceptable range?
What about lack of internet access? If I do a firebase read and the user has the app blocked from accessing the internet, or there is no coverage. Is there an error message that I can work with inside a Flow to display some custom messages?
Or does it just come back with null values?
If there is an article explaining all of this I“m happy just to be pointed in the right direction.