Alar Mäerand
Alar Mäerand
OK, I will update to latest and will do some addition testing and debugging to give more clear scenario. You mentioned 2.10.0, but flutterfire latest version is flutterfire_ui: ^0.3.3
It looks like there is also log line before: "Timed out waiting for SMS.", which is not displayed to user.. and after seeing this message if I try to press...
Probably that's the reason.. I guess images are also protected with auth/session token. It would be probably good idea to make these requests too with the token present.
Thanks will check how to get it working from the local file, seems like a Access-Control-Allow-Origin issue! Yes, planning to learn TensorFlow a bit and will try to make machine...
You can close the issue. Found the workaround. Instead of accessing files through file:// I am running local server just: `python -m SimpleHTTPServer` in the root directory of the project...