AJ Webb
AJ Webb
just create a `.env` file and they should get picked up, that's how it works with react-scripts.
has something changed to pick up that var?
> is it possible you had accidentally defined the URL to `PUBLIC_ENV` instead of `PUBLIC_URL`? My bad, I updated the original comment. But yes I am using `PUBLIC_URL`
@beckmeindia the firebase node is on state, so you could do ``` @firebase(....) @connect( (state) => ({ home: state.get('home'), todos: dataToJS(state.firebase, '/todos') }) ) export default App extends Component{ ........
@gazpachu I was having this same problem, looking at the source for `reduxReactFirebase` it only accepts one object. If you merge the firebase config with `{ userProfile: 'users' }` then...
Yes thats what I mean
@glassesUSA I'm running into this same issue, did you find a workaround?