You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,7 +19,7 @@ Provides links for working with @firebase/messaging
17
19
Insert ServiceAccount (you can find it in firebase console in settings of your project)
18
20
Insert WebPushCertificate (you can find it in firebase console in settings of your project)
19
21
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))
21
23
Insert PushNotification
22
24
Insert SyncTextFile or any other link that can hold string value and put string value that contains title for push notification
23
25
Insert PushNotificationTitle from PushNotification to SyncTextFile that contains title for push notification
0 commit comments