<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <!-- Debug-only cleartext to the local Firebase emulators / dev backends. -->
    <domain-config cleartextTrafficPermitted="true">
        <domain includeSubdomains="true">127.0.0.1</domain>
        <domain includeSubdomains="true">10.0.2.2</domain>
        <domain includeSubdomains="true">localhost</domain>
    </domain-config>
</network-security-config>
