WindSekirun / RxSocialLogin

An Android Library that provides social login for 15 platforms within by RxJava2, Kotlin and Firebase Authentication.
Apache License 2.0
126 stars 18 forks source link

Simplify RxSocialLogin.** methods into one methods #18

Closed WindSekirun closed 6 years ago

WindSekirun commented 6 years ago

Affect Version: 1.1(Remove) Currently there are separate methods for each platform, so there is a lot of work to be done when adding a new platform.

In addition, we already provide platform information in LoginResultItem, so we do not need any distinction in Observable.

WindSekirun commented 6 years ago

Older methods will deprecated in 1.1.0, and remove in 1.2.0

WindSekirun commented 6 years ago

Changes Notice

This notice contains breaking changes on public methods

Remove in 1.1

New in 1.1

WindSekirun commented 6 years ago

Due to the issue (#29), existing methods cannot be retained and existing methods are deleted.