Can we use Firebase Offline Persistance with expo?

the react-native-firebase module provides offline persistance feature. Can we use this feature in expo?

1 Like

At the moment, we only support JS-only features of Firebase (such as accessing a remote firebase database). react-native-firebase is not compatible with Expo.

1 Like

Thank you Skevy for reply.