Peter Kelvin Torver
Peter Kelvin Torver
@compojoom and @prescottprue ....Please how can i automatically query a collection and its subcollection without knowing the doc id of each document? I have a collection and subcollection with different...
@prescottprue i did exactly as you have written but rather this query ``` firestoreConnect((props) => { return [ { collection: 'supaPosts', doc: props.postId, subcollections: [ { collection: 'supaPostLikes', where: [...
@prescottprue thanks man.... You are great..... it worked perfectly.....thanks so much.... You really saved me, keep doing the good work.....
Yes we need limit option
Credit to @lakhman I modified [his solution](https://github.com/wix/react-native-calendars/issues/309#issuecomment-398414442) to work with this current version of `react-native-calendars": "^1.1275.0` Here is how i did it programmatically ```js let agendaRef = useRef(null) useEffect(() =>...
> @techfortified the same capability might be needed for other params too. So how about we do this? > > ```js > overrideProps={async () => {}} > /> > ```...
Any solution to this issue?