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

I am trying to update a nested object structure in FB using rebase and seems to have hit an issue with syncState such that it works for most cases except...

In #229 it was mentioned that the examples were updated for React 16. However, all of the examples still recommend using ```var base = Rebase.createClass(app.database());``` `createClass` has been deprecated: >...

hello, i'm learning react with es6 classes and firebase. came across this lib. I had couple questions, is there a benefit to using re-base push method instead of Firebase push...

question

Hi there, Please forgive the question if it's ignorant. When I use .push() I get a child with a firebase push id as the key. I would like to define...

Hey Tyler, Ran into an issue with re-base I can't seem to overcome. I have an array in state called "concerns", and when I sync it with firebase using the...

Hello, I was wondering if removeBinding(ref) is perhaps async, or am I missing something else? In this code onFailure is called after calling logout(): ``` listenToAuth = () => {...

* A test file has been added to test the typings using the examples from the README.md. * Added a call to the test script in package.json to compile the...

I'm writing a definitions file for re-base and I just wanted to clarify something about the options objects that several of the functions take. In the `fetch` documentation the options...

Is it possible to simply load the Re-base library via a tag? I don't have a build process set up for my current project, and I haven't learned Webpack yet,...

Began using Flow for type checking, would be nice with libdef for re-base :)