react-native-firebase-hooks icon indicating copy to clipboard operation
react-native-firebase-hooks copied to clipboard

React Hooks for React Native Firebase

Results 1 react-native-firebase-hooks issues
Sort by recently updated
recently updated
newest added

import firestore from '@react-native-firebase/firestore'; import { useCollection } from '@skillnation/react-native-firebase-hooks/firestore'; import React from 'react'; import { ScrollView, View } from 'react-native'; ... const poolsCollection = firestore().collection('pools'); const PoolsList = ()...