Skip to content

Commit 6670ddb

Browse files
Update readme
1 parent 4d9fe1f commit 6670ddb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Provides links for working with @firebase/messaging
66

7+
[Documentation](https://deep-foundation.github.io/firebase-push-notification/)
8+
79
# Overview
810
- PushNotification
911
- PushNotificationTitle
@@ -17,7 +19,7 @@ Provides links for working with @firebase/messaging
1719
Insert ServiceAccount (you can find it in firebase console in settings of your project)
1820
Insert WebPushCertificate (you can find it in firebase console in settings of your project)
1921
Insert Device (this type is located in `@deep-foundation/capacitor-device` and it is recommended to use its library)
20-
Insert DeviceRegistrationToken (it is recommended to use registerDevice and insertDeviceRegistrationToken)
22+
Insert DeviceRegistrationToken (it is recommended to use [registerDevice](https://deep-foundation.github.io/firebase-push-notification/functions/registerDevice.html) with [insertDeviceRegistrationToken](https://deep-foundation.github.io/firebase-push-notification/functions/insertDeviceRegistrationToken.html))
2123
Insert PushNotification
2224
Insert SyncTextFile or any other link that can hold string value and put string value that contains title for push notification
2325
Insert PushNotificationTitle from PushNotification to SyncTextFile that contains title for push notification

0 commit comments

Comments
 (0)