nativescript-plugin-firebase-updated
Advanced tools
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.