export const NO_REF_MESSAGE = 'RNFirebaseTools needs the reference to request in server. Create your reference using firestore module from @react-native-firebase/firestore'; export const NO_SUPPORT_PAGINATION_REALTIME = "RNFirebaseTools doesn't support pagination and realtime together, you need to choose one of them. To solve it, you can remove pagination property!";