Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.29 KB

File metadata and controls

45 lines (25 loc) · 1.29 KB

3.1.0

New features

  • syncFirebase now returns methods for adding, updating and removing bindings

3.0.0

Breaking changes

React components have moved

  • 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

2.0.0

New features

  • syncFirebase now accepts databaseURL, serviceAccount and name as params. You can now have multiple Refire instances to different Firebase databases in a single app.

Other notes

  • Test are now back to green, thanks to the upgraded firebase-server.

2.0.0-beta1

Breaking changes

Core

  • Upgraded to Firebase API v3
  • Refire now exports firebase instead of Firebase
  • syncFirebase params changed, delete url and add apiKey and projectId as shown in README.md

FirebaseOAuth

  • Replace authWithOAuthPopup with popup and authWithOAuthRedirect with redirect in flow prop

New features

  • FirebaseOAuth now supports scopes prop for requesting additional user information during OAuth login

Other notes

  • Tests are still broken as firebase-server doesn't support Firebase API v3, track this issue for progress report