- syncFirebase now returns methods for adding, updating and removing bindings
- Refire can now be used with other frameworks without pulling React as dependency
- React components are still maintained and can now be found at refire-react
syncFirebasenow acceptsdatabaseURL,serviceAccountandnameas params. You can now have multiple Refire instances to different Firebase databases in a single app.
- Test are now back to green, thanks to the upgraded firebase-server.
- Upgraded to Firebase API v3
- Refire now exports
firebaseinstead ofFirebase syncFirebaseparams changed, deleteurland addapiKeyandprojectIdas shown in README.md
- Replace
authWithOAuthPopupwithpopupandauthWithOAuthRedirectwithredirectinflowprop
- FirebaseOAuth now supports
scopesprop for requesting additional user information during OAuth login
- Tests are still broken as firebase-server doesn't support Firebase API v3, track this issue for progress report