You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
False positive check. Annoying warning. @firebase/firestore: Firestore: Host has been set in both settings() and useEmulator(), emulator host will be used
#7331
Closed
iSuslov opened this issue
May 27, 2023
· 1 comment
· Fixed by #7339
'Host has been set in both settings() and useEmulator(), emulator host '+
'will be used'
);
}
The text was updated successfully, but these errors were encountered:
iSuslov
changed the title
False positive check. Annoying warning
False positive check. Annoying warning. @firebase/firestore: Firestore: Host has been set in both settings() and useEmulator(), emulator host will be used
May 27, 2023
Look at the arguments here:
firebase-js-sdk/packages/firestore/src/lite-api/database.ts
Lines 294 to 301 in e642fc7
Now look at how you set
host
in settings:firebase-js-sdk/packages/firestore/src/lite-api/database.ts
Lines 312 to 316 in e642fc7
Now look at how you comparing
host:port
(from settings) withhost
:firebase-js-sdk/packages/firestore/src/lite-api/database.ts
Lines 305 to 310 in e642fc7
The text was updated successfully, but these errors were encountered: