docs(messaging): update messaging changelog

This commit is contained in:
Elliot Hesp
2020-04-12 11:22:02 +01:00
committed by GitHub
parent 841be92f8f
commit bb3d8d3de1

View File

@@ -19,7 +19,6 @@ date: 2020-04-03
- the permission API selects sensible defaults, however; allows you to fully customise them if required.
- provisional permissions are now disabled by default (previously, it was enabled by default for iOS 12+ devices). ([#d66a611](https://github.com/invertase/react-native-firebase/commit/d66a6118f82005087f53b86571990fc071402153))
- the `requestPermission` & `hasPermission` APIs now returns the current authorization status as an enum, rather than a boolean value.
- this generally won't break existing apps as any "truthy" logic checks should still work. ([#d66a611](https://github.com/invertase/react-native-firebase/commit/d66a6118f82005087f53b86571990fc071402153))
- see [AuthorizationStatus](/reference/messaging/authorizationstatus) reference documentation for available enum members
---