Hi, I am working on the FireBase Authenticator tutorial, and I had an error while trying to load my html file FirebaseAuthenticator.html with the path file:///mnt/sdcard/Appinventor/assets/FirebaseAuthenticator.html and it didn't work. I looked back on related forums to try different solutions, but only the localhost one worked. I am working on an Android emulator.
When this didn't work, I then switched to file:///storage/emulated/0/AppInventor/assets/FirebaseAuthenticator.html, but it still gave me the same error (file not found) as pictured above.
Finally, I tried http://localhost/FirebaseAuthenticator.html and my app finally ran.
I was wondering why my original two attempts didn't work (the mnt one and the storage/emulated one), when it worked for a lot of other people. Is there something wrong with my setup and how do I fix it? How can I use these two in the future? What is the difference between these two and the localhost?
Thank you!