GeekyAnts / GeekyAnts/firestore-react
support multiple collections
Open
- Dominant language
- TypeScript
- Stars
- 49
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to use multiple collections? Something like this? It doesn't work though but there must be another way.
```javascript
const AppWithData = createContainer(App, (db) => {
return {
users: db.collection('users');
results: db.collection('results')
}
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.