Skip to content

Migration to version 2.x

Mk5 edited this page Mar 22, 2019 · 2 revisions

Version 2.x brings some breaking changes so if you would like to update your gdx-fireapp version from 1.x to 2.x you should be prepared for some refactoring inside your application.

Breaking changes:

  • No more callbacks. The gdx-fireapp use now some kind of promises to do async flow. More information here: Promises
  • The API packaging had changed. It must happen at some point - version 2 brings breaking changes anyway so the new minor is a good place for such change.
  • The GdxFIRStorage#upload has different signature now

Despite the breaking changes version 2 brings some general improvements and bug fixes. The main feature of v2 is "promises API", you can read about it here: Promises

Clone this wiki locally