Skip to content

Commit 36b56a1

Browse files
committed
Update README.md [skip ci]
1 parent 4e7f94b commit 36b56a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The Swift side uses the official Firebase iOS SDK directly,
55
with the various `SkipFirebase*` modules passing the transpiled calls
66
through to the Firebase Android SDK.
77

8-
For an example of using Firebase in a [Skip Fuse](https://skip.dev/docs/status/#skip_fuse) app, see the
9-
[FiresideFuse Sample](https://github.com/skiptools/skipapp-fireside-fuse/). For a [Skip Lite](https://skip.dev/docs/status/#skip_fuse) app, see the [Fireside Sample](https://github.com/skiptools/skipapp-fireside/).
8+
For an example of using Firebase in a [Skip Fuse](https://skip.dev/docs/modes/#fuse) app, see the
9+
[FiresideFuse Sample](https://github.com/skiptools/skipapp-fireside-fuse/). For a [Skip Lite](https://skip.dev/docs/modes/#lite) app, see the [Fireside Sample](https://github.com/skiptools/skipapp-fireside/).
1010

1111
## Package
1212

@@ -183,7 +183,7 @@ After [setting up](#setup) your app to use Firebase, enabling push notifications
183183
```
184184

185185
1. Consider increasing the `minSdk` version of your Android app. Prior to SDK 33, Android does not provide any control over asking the user for push notification permissions. Rather, the system will prompt the user for permission only after receiving a notification and opening the app. Increasing your `minSdk` will allow you to decide when to request notification permissions. To do so, edit your `Android/app/build.gradle.kts` file and change the `minSdk` value to 33.
186-
1. Define a delegate to receive notification callbacks. In keeping with Skip's philosophy of *transparent adoption*, both the iOS and Android sides of your app will receive callbacks via iOS's standard `UNUserNotificationCenterDelegate` API, as well as the Firebase iOS SDK's `MessagingDelegate`. Here are example [Skip Fuse](https://skip.dev/docs/status/#skip_fuse) delegate implementations that works across both platforms:
186+
1. Define a delegate to receive notification callbacks. In keeping with Skip's philosophy of *transparent adoption*, both the iOS and Android sides of your app will receive callbacks via iOS's standard `UNUserNotificationCenterDelegate` API, as well as the Firebase iOS SDK's `MessagingDelegate`. Here are example [Skip Fuse](https://skip.dev/docs/modes/#fuse) delegate implementations that works across both platforms:
187187

188188
```swift
189189
import SwiftFuseUI

0 commit comments

Comments
 (0)