Skip to content

Commit c4be668

Browse files
authored
chore: firebase modular query (#6362)
1 parent e8f58c4 commit c4be668

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/lib/methods/helpers/log/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import analytics from '@react-native-firebase/analytics';
2-
import crashlytics from '@react-native-firebase/crashlytics';
1+
import { getAnalytics as analytics } from '@react-native-firebase/analytics';
2+
import { getCrashlytics as crashlytics } from '@react-native-firebase/crashlytics';
33
import bugsnag from '@bugsnag/react-native';
44

55
import events from './events';

app/lib/notifications/videoConf/backgroundNotificationHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import notifee, { AndroidCategory, AndroidFlags, AndroidImportance, AndroidVisibility, Event } from '@notifee/react-native';
2-
import messaging from '@react-native-firebase/messaging';
2+
import { getMessaging as messaging } from '@react-native-firebase/messaging';
33
import AsyncStorage from '@react-native-async-storage/async-storage';
44
import ejson from 'ejson';
55

0 commit comments

Comments
 (0)