Skip to content

Support for captive login portal, subspecs, and enums #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Dec 1, 2015
Merged

Conversation

asciimike
Copy link
Contributor

0.3.1 is a backwards incompatible change to FirebaseUI, and adds the following features:

  1. Fixed issues with synchronous getAuth()
  2. Adds didDismissWithBlock(User, Error), which allows for captive portal redirection easily.
  3. Added /Core and /Auth subspecs
  4. Switched kFirebaseAuthProvider* strings to FAuthProvider* enums

@davideast @puf please take a look

Also added support for Swift FQuery (rather than just Firebase refs) per #17
Updated docs to handle different scenerios for login (captive portal, user initiated)
Bumped verion to 0.3.1
… it's more readable and promotes better language support.

Note, this is technically a backwards incompatible change, so we might want to put it in a separate version (or get it out before people start using 0.3.0).
  1. setup.sh now has "current" version of Facebook sdk (Google doesn't have current, so just updated to 2.4.0)
  2. FirebaseUI pod is now split into /Code and /Auth
  3. No more FirebaseUI.h, as it doesn't make sense with subspecs (so a single import no longer does everything)

These are technically all breaking changes, but given that things are still in development, we won't be sticking too strictly to semver.
asciimike added a commit that referenced this pull request Dec 1, 2015
Support for captive login portal, subspecs, and enums
@asciimike asciimike merged commit a45202b into master Dec 1, 2015
@asciimike asciimike deleted the mm-0.3.1 branch December 1, 2015 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants