[firebase-storage] enable clearText for localhost #7769
Replies: 2 comments
-
it works, thank you <3 |
Beta Was this translation helpful? Give feedback.
-
Thanks to this answer, I didn't realize there are two Also you can add the network config to allow specific domain https://developer.android.com/privacy-and-security/security-config In <application android:networkSecurityConfig="@xml/network_security_config"/> Create a
|
Beta Was this translation helpful? Give feedback.
-
Connecting to Firebase
Storage
emulator with Android version 9+ will result in error...As fix, to enable clearText in
debug
mode add the following line toandroid/app/src/debug/AndroidManifest.xml
Or enabling cleartext per host/port per this article
Beta Was this translation helpful? Give feedback.
All reactions