v1.0.0-rc7
Improvements
iosClientId configuration option is back
The option was removed in v1.0.0-rc4 in favor of reading this value from GoogleService-Info.plist. In this release, you can manually pass the value to the configure call and if this value is provided, it will take precedence over the clientID specified in GoogleService-Info.plist.
iosClientId: '<FROM DEVELOPER CONSOLE>', // [iOS] optional, if you want to specify the client ID of type iOS (otherwise, it is taken from GoogleService-Info.plist)
Error messages provide more debugging information
Previously, the library would provide generic error messages that did not give a lot of information about what went wrong. This release adds better error messages for runtime errors as well as for the case when the native module is not correctly linked. This is useful for integrating in a new project as well as for better insights into crash reports.