Skip to content

Commit

Permalink
fixup! Upgrade Firebase to v20.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muffix committed Sep 24, 2024
1 parent 790457f commit edc1737
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/firebase.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { firebase } from '@react-native-firebase/app-check';
import Config from 'react-native-config';

// if (getApps().length === 0) {
// initializeApp();
// }

const appCheckProvider = firebase
.appCheck()
.newReactNativeFirebaseAppCheckProvider();
Expand All @@ -20,8 +16,6 @@ appCheckProvider.configure({
},
});

console.log('Configuring AppCheck');

firebase.appCheck().initializeAppCheck({
provider: appCheckProvider,
isTokenAutoRefreshEnabled: true,
Expand Down

0 comments on commit edc1737

Please sign in to comment.