v1.0.0
π version 1 is finally here π
Breaking Changes
β rename googlePlayServicesVersion to googlePlayServicesAuthVersion (#562)
Update android/build.gradle with:
+ googlePlayServicesAuthVersion = "your version"
googlePlayServicesVersion = "your version" // please note other libs may depend on this so it's safer to not remove this if you already have thisMore details in the android guide.
New features
- expose types for Flow and TypeScript (#554) by @AndreiCalazans (they should just work out of the box)
- support for login hint [iOS] (#551) by @cgilboy
Improvements
- we made several improvements to the docs
- updated podpec
full list of commits here