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 0e3cf94 commit b86b7e3Copy full SHA for b86b7e3
packages/auth/lib/web/RNFBAuthModule.js
@@ -227,7 +227,7 @@ let sessionId = 0;
227
// Returns a cached Firestore instance.
228
function getCachedAuthInstance(appName) {
229
if (!instances[appName]) {
230
- if (!isMemoryStorage()) {
+ if (isMemoryStorage()) {
231
// Warn auth persistence is is disabled unless Async Storage implementation is provided.
232
// eslint-disable-next-line no-console
233
console.warn(
0 commit comments