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 e80d18d commit 2b32caaCopy full SHA for 2b32caa
.changeset/yellow-suns-clean.md
@@ -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
@@ -86,4 +86,6 @@ export function getAuth(app: FirebaseApp = getApp()): Auth {
86
});
87
}
88
89
+console.log('fsd');
90
91
registerAuth(ClientPlatform.REACT_NATIVE);
0 commit comments