- Fix auth token expiration on longer lived Firebase objects.
- Support newer Firebase authentication method
- Add support for server timestamp.
- Switch from problematic
typhoeus
client toHTTPClient
- File permissions issue fix
- Follow redirect headers by default
- Update dependencies
- Fix auth parse exception
- You can now pass query options to get/push/set, etc.
- The old syntax no longer works. You now need to create instance variables of Firebase::Client.new(...)
- You can now create instances of Firebase. The old syntax still works but will be removed in version 0,2. - @wannabefro