We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba010ef commit d90ddd7Copy full SHA for d90ddd7
packages/firestore/src/remote/rest_connection.ts
@@ -122,7 +122,7 @@ export abstract class RestConnection implements Connection {
122
// Content-Type: text/plain will avoid preflight requests which might
123
// mess with CORS and redirects by proxies. If we add custom headers
124
// we will need to change this code to potentially use the $httpOverwrite
125
- // parameter supported by ESF to avoid triggering preflight requests.
+ // parameter supported by ESF to avoid triggering preflight requests.
126
headers['Content-Type'] = 'text/plain';
127
128
if (token) {
0 commit comments