re-frame-firebase icon indicating copy to clipboard operation
re-frame-firebase copied to clipboard

Re-frame wrapper around Google's Firebase database

Results 13 re-frame-firebase issues
Sort by recently updated
recently updated
newest added

In Trilystro, the list of Lystros from Firebase often goes empty after Figwheel triggers a page reload. Likely, this is something that I'm doing wrong there, but that code derives...

We support authorization with Google, Facebook, Twitter, or Github, but don't support some key functions that will make this feature more useful for real apps. These include: - Account merging....

enhancement
help wanted

Consider changing the vectors into one-element maps: So, what is now ``` {:firebase/multi [[:firebase/write {:path ,,,}] [:firebase/push {:path ,,,}] ,,,]} ``` would become ``` {:firebase/multi [{:firebase/write {:path ,,,}} {:firebase/push {:path...