Skip to content

Commit 2b32caa

Browse files
committed
ch-rn-asyncstorage
1 parent e80d18d commit 2b32caa

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/yellow-suns-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/auth': patch
3+
---
4+
5+
Prevent React Native logging a warning about deprecation of `AsyncStorage` if user has provided the non-deprecated version.

packages/auth/index.rn.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@ export function getAuth(app: FirebaseApp = getApp()): Auth {
8686
});
8787
}
8888

89+
console.log('fsd');
90+
8991
registerAuth(ClientPlatform.REACT_NATIVE);

0 commit comments

Comments
 (0)