@@ -8,15 +8,15 @@ Provides links for working with [`@firebase/messaging`](https://www.npmjs.com/pa
8
8
<!-- TABLE_OF_CONTENTS_START -->
9
9
- [ Table Of Contents] ( #table-of-contents )
10
10
- [ Usage] ( #usage )
11
- * [ Setup] ( #setup )
12
- + [ Service Account] ( #service-account )
13
- + [ Web Push Certificate] ( #web-push-certificate )
14
- + [ Device] ( #device )
15
- * [ Push Notification] ( #push-notification )
16
- * [ Notify] ( #notify )
17
- * [ Client] ( #client )
11
+ - [ Setup] ( #setup )
12
+ - [ Service Account] ( #service-account )
13
+ - [ Web Push Certificate] ( #web-push-certificate )
14
+ - [ Device] ( #device )
15
+ - [ Push Notification] ( #push-notification )
16
+ - [ Notify] ( #notify )
17
+ - [ Client] ( #client )
18
18
- [ Library] ( #library )
19
- * [ Library Usage] ( #library-usage )
19
+ - [ Library Usage] ( #library-usage )
20
20
<!-- TABLE_OF_CONTENTS_END -->
21
21
22
22
# Usage
@@ -50,7 +50,11 @@ You can use `SyncTextFile` from [`@deep-foundation/core`](https://www.npmjs.com/
50
50
## Client
51
51
To receive messages on Client read [ Firebase Cloud Messaging Documentation] ( https://firebase.google.com/docs/cloud-messaging )
52
52
53
+ # Library
54
+ ## Library Usage
55
+ See [ Documentation] for examples and API
53
56
57
+ [ Documentation ] : https://deep-foundation.github.io/firebase-push-notification/
54
58
[ `ServiceAccount` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#ServiceAccount
55
59
[ `UsesServiceAccount` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#UsesServiceAccount
56
60
[ `WebPushCertificate` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#WebPushCertificate
@@ -63,9 +67,3 @@ To receive messages on Client read [Firebase Cloud Messaging Documentation](http
63
67
[ `PushNotificationImageUrl` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#PushNotificationImageUrl
64
68
[ `PushNotificationIconUrl` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#PushNotificationIconUrl
65
69
[ `Notify` ] : https://deep-foundation.github.io/firebase-push-notification/classes/Package.html#Notify
66
-
67
- # Library
68
- ## Library Usage
69
- See [ Documentation] for examples and API
70
-
71
- [ Documentation ] : https://deep-foundation.github.io/firebase-push-notification/
0 commit comments