re-base icon indicating copy to clipboard operation
re-base copied to clipboard

:fire: A Relay inspired library for building React.js + Firebase applications. :fire:

Results 22 re-base issues
Sort by recently updated
recently updated
newest added

Running `npm install --save re-base firebase` returns: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found:...

Is there any way to accomplish syncState with react hooks (https://reactjs.org/docs/hooks-intro.html). Because there's no this context in functional component, i cannot manage to use re-base. In theory, I should be...

Noticed it hasn't been updated in a couple years now. Is it no longer in development?

Hi there, In my app users are allowed to write refs but not update them. Unfortunately, I need a child's uuid key stored as a property on that ref, so...

Using rebase along with nextJS gives a webpack error on build: ``` Failed to compile. ./node_modules/@firebase/database/dist/index.node.cjs.js Module not found: Can't resolve 'request' in '/Users/.../node_modules/@firebase/database/dist' > Build error occurred Error: >...

Some context: I have a sample-projects.js file, I imported as `import sampleProjects from '../assets/sample-projects';` I tried to load the data and sync with firebase when opening the webpage, so I...

Hi, First, great work on such a thoroughly built app! I'm new to most of this stuff, but it seems risky to store your API key in your client code...

This is how my state looks: ``` this.state = { fullness: 6, count: 1, lastFed: this.props.startDate, } ``` This is what my componentDidMount (kind of) looks like: ``` componentDidMount() {...

Hi. I am having a great time using firebase and re-base. I have successfully got auth working and I am connecting to a database with syncState. Can anyone guide me...

Hi, My React app allows the user to select one or more images, renders a preview of the selected images, then allows them to submit the image up to the...