Skip to content

Commit c623a3e

Browse files
docs(push-notifications): Bolden important info for Android (#2358)
Co-authored-by: Pedro Bilro <pedro.gustavo.bilro@outsystems.com>
1 parent 7633772 commit c623a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

push-notifications/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ func application(_ application: UIApplication, didFailToRegisterForRemoteNotific
2727

2828
## Android
2929

30-
The Push Notification API uses [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) SDK for handling notifications. See [Set up a Firebase Cloud Messaging client app on Android](https://firebase.google.com/docs/cloud-messaging/android/client) and follow the instructions for creating a Firebase project and registering your application. There is no need to add the Firebase SDK to your app or edit your app manifest - the Push Notifications provides that for you. All that is required is your Firebase project's `google-services.json` file added to the module (app-level) directory of your app.
30+
The Push Notification API uses [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) SDK for handling notifications. See [Set up a Firebase Cloud Messaging client app on Android](https://firebase.google.com/docs/cloud-messaging/android/client) and follow the instructions for creating a Firebase project and registering your application.
31+
32+
**There is no need to add the Firebase SDK** to your app or edit your app manifest - the Push Notifications provides that for you. All that is required is your Firebase project's `google-services.json` file added to the module (app-level) directory of your app.
3133

3234
Android 13 requires a permission check in order to receive push notifications. You are required to call `checkPermissions()` and `requestPermissions()` accordingly, when targeting SDK 33.
3335

0 commit comments

Comments
 (0)