nativescript-plugin-firebase
Advanced tools
Changelog
9.1.0 (2019, Aug 19)
Make sure to run a
pod repo update
on your dev machine, because this version includes the latest Firebase iOS (and Android) SDKs.
Changelog
9.0.0 (2019, June 18)
fetchProvidersForEmail
has been removed - usefetchSignInMethodsForEmail
instead.
Firebase Invites has been removed - use Dynamic Links instead! Also see https://firebase.google.com/docs/invites/deprecation and https://firebase.google.com/docs/dynamic-links/use-cases/user-to-user
Firebase crash reporting has been removed from the SDKs. Use Crashlytics instead. This also means
firebase.sendCrashLog
is gone. Usefirebase.crashlytics.sendCrashLog()
instead.
If you're on NativeScript < 5.2 and target iOS, then it's recommended to stick with a plugin version < 9.0.0 because you may run into incompatibilities with certain features.
Also, make sure to run a
pod repo update
on your dev machine, because this version includes the latest Firebase iOS SDKs.
Changelog
8.2.0 (2019, April 10)
Note: The Firebase iOS SDK now requires Xcode 10.1 or later.
Also note that there's a little breaking change that's easy to fix: the
name
andprofileImageURL
properties of the login result object have new names:displayName
andphotoURL
respectively.