mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-05 17:30:46 +08:00
6.0.0-alpha.7 - changelog
This commit is contained in:
@@ -106,6 +106,10 @@ await analytics().setUserId('12345678');
|
||||
- [BREAKING] Waiting for apps to init via `.onReady()` has been removed. `initializeApp()` now returns a promise to the same effect
|
||||
- [BREAKING] Trying to initialise the `[DEFAULT]` Firebase app in JS when it was already initialised natively will now throw an error (formerly warned)
|
||||
|
||||
## App Invites
|
||||
|
||||
- [NEW] Added `createInvitation(title: string, message: string)` method to replace construction an Invite from `new firebase.invites.Invitation` (this is still supported for now)
|
||||
|
||||
## Analytics
|
||||
|
||||
- [NEW] Added support for `resetAnalyticsData()`
|
||||
|
||||
Reference in New Issue
Block a user