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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
'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: