Commits


Gil authored and GitHub committed b12835caee2
Manually specify the authorization header (#5420) This matches the Android and JS SDKs and works around a limitation in gRPC, whereby it silently drops credentials if the connection isn't using TLS. In Firestore's case, developers routinely run against an emulator on the local host with TLS disabled (because requiring developers to provision certificates for local development is too onerous).